Color Hex Logo

#1230db Color Hex

#1230DB
(18,48,219)
0 Favorites   0 Comments

Color spaces of #1230db

RGB 1848219
HSL0.640.850.46
HSV231°92°86°
CMYK 0.920.780.00   0.14
XYZ14.09267.357067.6951
Yxy7.35700.15810.0825
Hunter Lab27.123845.2759-128.9883
CIE-Lab32.606255.1298-86.8945

#1230db color RGB value is (18,48,219).

#1230db hex color red value is 18, green value is 48 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1230db hue: 0.64 , saturation: 0.85 and the lightness value of 1230db is 0.46.

The process color (four color CMYK) of #1230db color hex is 0.92, 0.78, 0.00, 0.14. Web safe color of #1230db is #0033cc. Color #1230db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00110000 11011011
Octal 22 60 333
Decimal 18 48 219
Hex 12 30 DB

RGB Percentages of Color #1230db

%6.32
%16.84
%76.84

CMYK Percentages of Color #1230db

%92
%78
%0
%14

Triadic Colors of #1230db

#1230db #db1230 #30db12

Analogous Colors of #1230db

#1230db #5812db #1295db

Monochromatic Colors of #1230db

#1230db

Complementary Color

#1230db #dbbd12

#1230db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1230db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1230db Color CSS Codes

.mybgcolor {background-color:#1230db; } 
.myforecolor {color:#1230db; }
.mybordercolor {border:3px solid #1230db; }

#1230db Text Font Color

<p style="color:#1230db">Text here</p>

This sample text font color is #1230db
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#1230db Background Color

<div style="background-color:#1230db">
Div content here</div>

This div background color is #1230db


#1230db Border Color

<div style="border:3px solid #1230db">
Div here</div>

This div border color is #1230db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,48,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1230db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1230db;
  -webkit-box-shadow: 1px 1px 3px 2px #1230db;
  box-shadow:         1px 1px 3px 2px #1230db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,48,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1230db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #1230db;
  -webkit-box-shadow: 1px 1px 3px 2px #1230db;
  box-shadow:         1px 1px 3px 2px #1230db;">
Div content here</div>

This div box has shadow with color #1230db


Comments

No comments written yet.

Please login to write comment.