Shades of Cerulean Blue #1A4ECE
Tints of Cerulean Blue #1A4ECE
RGB
CMYK
RGB Variations
Color information
#1A4ECE (or 0x1A4ECE) is known color: Cerulean Blue. HEX triplet: 1A, 4E and CE. RGB value is (26,78,206). Sum of RGB (Red+Green+Blue) = 26+78+206=310 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.39% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #1A4ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A4ECE is #E5B131. Grayscale: #4C4C4C. Windows color (decimal): -15053106 or 13520410. OLE color: 13520410.
HSL color Cylindrical-coordinate representation of color #1A4ECE: hue angle of 222.67º 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 #1A4ECE is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 78 | 206 | - |
| CMYK | 0.87 | 0.62 | 0 | 0.19 |
| HSL | 222.67º | 0.78% | 0.45% | - |
| HSV(B) | 222.67º | 0.87% | 0.81% | - |
| XYZ | 14.29 | 10.12 | 59.59 | - |
| YUV | 77.04 | 200.77 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 78 | 206 | 0.87 | 0.62 | 0 | 0.19 | 222.67 | 0.78 | 0.45 |
| Hex | 1A | 4E | CE | 57 | 3E | 0 | 13 | DF | 4E | 2D |
| Octal | 32 | 116 | 316 | 127 | 76 | 0 | 23 | 337 | 116 | 55 |
| Binary | 11010 | 1001110 | 11001110 | 1010111 | 111110 | 0 | 10011 | 11011111 | 1001110 | 101101 |
Color Harmonies of #1A4ECE
Complementary color
Monochromatic Colors of #1A4ECE
Black with #1A4ECE
Text Example
Text Example
White with #1A4ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4ECE; }
p { color: rgb(26,78,206); }
H1.HeaderClassName
{
color: #1A4ECE;
}
.AnyTagClassName
{
color: #1A4ECE;
}
</style>
background-color css
<style>
a { background-color: #1A4ECE; }
a { background-color: rgb(26,78,206); }
div.DivClassName
{
background-color: #1A4ECE;
}
.BgClassName
{
background-color: #1A4ECE;
}
</style>
border-color css
<style>
span { border-color: #1A4ECE; }
span { border-color: rgb(26,78,206); }
td.TdClassName
{
border-color: #1A4ECE;
}
.TagClassName
{
border-color: #1A4ECE;
}
</style>