Shades of Cerulean Blue #1E4FCE
Tints of Cerulean Blue #1E4FCE
RGB
CMYK
RGB Variations
Color information
#1E4FCE (or 0x1E4FCE) is known color: Cerulean Blue. HEX triplet: 1E, 4F and CE. RGB value is (30,79,206). Sum of RGB (Red+Green+Blue) = 30+79+206=315 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.52% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E4FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E4FCE is #E1B031. Grayscale: #4E4E4E. Windows color (decimal): -14790706 or 13520670. OLE color: 13520670.
HSL color Cylindrical-coordinate representation of color #1E4FCE: hue angle of 223.3º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E4FCE is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 79 | 206 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.19 |
| HSL | 223.3º | 0.75% | 0.46% | - |
| HSV(B) | 223.3º | 0.85% | 0.81% | - |
| XYZ | 14.47 | 10.32 | 59.62 | - |
| YUV | 78.83 | 199.77 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 79 | 206 | 0.85 | 0.62 | 0 | 0.19 | 223.3 | 0.75 | 0.46 |
| Hex | 1E | 4F | CE | 55 | 3E | 0 | 13 | DF | 4B | 2E |
| Octal | 36 | 117 | 316 | 125 | 76 | 0 | 23 | 337 | 113 | 56 |
| Binary | 11110 | 1001111 | 11001110 | 1010101 | 111110 | 0 | 10011 | 11011111 | 1001011 | 101110 |
Color Harmonies of #1E4FCE
Complementary color
Monochromatic Colors of #1E4FCE
Black with #1E4FCE
Text Example
Text Example
White with #1E4FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4FCE; }
p { color: rgb(30,79,206); }
H1.HeaderClassName
{
color: #1E4FCE;
}
.AnyTagClassName
{
color: #1E4FCE;
}
</style>
background-color css
<style>
a { background-color: #1E4FCE; }
a { background-color: rgb(30,79,206); }
div.DivClassName
{
background-color: #1E4FCE;
}
.BgClassName
{
background-color: #1E4FCE;
}
</style>
border-color css
<style>
span { border-color: #1E4FCE; }
span { border-color: rgb(30,79,206); }
td.TdClassName
{
border-color: #1E4FCE;
}
.TagClassName
{
border-color: #1E4FCE;
}
</style>