Shades of Cerulean Blue #1E4FCD
Tints of Cerulean Blue #1E4FCD
RGB
CMYK
RGB Variations
Color information
#1E4FCD (or 0x1E4FCD) is known color: Cerulean Blue. HEX triplet: 1E, 4F and CD. RGB value is (30,79,205). Sum of RGB (Red+Green+Blue) = 30+79+205=314 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.55% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E4FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E4FCD is #E1B032. Grayscale: #4E4E4E. Windows color (decimal): -14790707 or 13455134. OLE color: 13455134.
HSL color Cylindrical-coordinate representation of color #1E4FCD: hue angle of 223.2º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E4FCD is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 79 | 205 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.20 |
| HSL | 223.2º | 0.74% | 0.46% | - |
| HSV(B) | 223.2º | 0.85% | 0.8% | - |
| XYZ | 14.35 | 10.28 | 58.98 | - |
| YUV | 78.71 | 199.27 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 79 | 205 | 0.85 | 0.61 | 0 | 0.20 | 223.2 | 0.74 | 0.46 |
| Hex | 1E | 4F | CD | 55 | 3D | 0 | 14 | DF | 4A | 2E |
| Octal | 36 | 117 | 315 | 125 | 75 | 0 | 24 | 337 | 112 | 56 |
| Binary | 11110 | 1001111 | 11001101 | 1010101 | 111101 | 0 | 10100 | 11011111 | 1001010 | 101110 |
Color Harmonies of #1E4FCD
Complementary color
Monochromatic Colors of #1E4FCD
Black with #1E4FCD
Text Example
Text Example
White with #1E4FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4FCD; }
p { color: rgb(30,79,205); }
H1.HeaderClassName
{
color: #1E4FCD;
}
.AnyTagClassName
{
color: #1E4FCD;
}
</style>
background-color css
<style>
a { background-color: #1E4FCD; }
a { background-color: rgb(30,79,205); }
div.DivClassName
{
background-color: #1E4FCD;
}
.BgClassName
{
background-color: #1E4FCD;
}
</style>
border-color css
<style>
span { border-color: #1E4FCD; }
span { border-color: rgb(30,79,205); }
td.TdClassName
{
border-color: #1E4FCD;
}
.TagClassName
{
border-color: #1E4FCD;
}
</style>