Shades of Cerulean Blue #1A4DCE
Tints of Cerulean Blue #1A4DCE
RGB
CMYK
RGB Variations
Color information
#1A4DCE (or 0x1A4DCE) is known color: Cerulean Blue. HEX triplet: 1A, 4D and CE. RGB value is (26,77,206). Sum of RGB (Red+Green+Blue) = 26+77+206=309 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.41% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #1A4DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A4DCE is #E5B231. Grayscale: #4B4B4B. Windows color (decimal): -15053362 or 13520154. OLE color: 13520154.
HSL color Cylindrical-coordinate representation of color #1A4DCE: hue angle of 223º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A4DCE is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 77 | 206 | - |
| CMYK | 0.87 | 0.63 | 0 | 0.19 |
| HSL | 223º | 0.78% | 0.45% | - |
| HSV(B) | 223º | 0.87% | 0.81% | - |
| XYZ | 14.22 | 9.98 | 59.57 | - |
| YUV | 76.46 | 201.1 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 77 | 206 | 0.87 | 0.63 | 0 | 0.19 | 223 | 0.78 | 0.45 |
| Hex | 1A | 4D | CE | 57 | 3F | 0 | 13 | DF | 4E | 2D |
| Octal | 32 | 115 | 316 | 127 | 77 | 0 | 23 | 337 | 116 | 55 |
| Binary | 11010 | 1001101 | 11001110 | 1010111 | 111111 | 0 | 10011 | 11011111 | 1001110 | 101101 |
Color Harmonies of #1A4DCE
Complementary color
Monochromatic Colors of #1A4DCE
Black with #1A4DCE
Text Example
Text Example
White with #1A4DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4DCE; }
p { color: rgb(26,77,206); }
H1.HeaderClassName
{
color: #1A4DCE;
}
.AnyTagClassName
{
color: #1A4DCE;
}
</style>
background-color css
<style>
a { background-color: #1A4DCE; }
a { background-color: rgb(26,77,206); }
div.DivClassName
{
background-color: #1A4DCE;
}
.BgClassName
{
background-color: #1A4DCE;
}
</style>
border-color css
<style>
span { border-color: #1A4DCE; }
span { border-color: rgb(26,77,206); }
td.TdClassName
{
border-color: #1A4DCE;
}
.TagClassName
{
border-color: #1A4DCE;
}
</style>