Shades of Cerulean Blue #1E5CDD
Tints of Cerulean Blue #1E5CDD
RGB
CMYK
RGB Variations
Color information
#1E5CDD (or 0x1E5CDD) is known color: Cerulean Blue. HEX triplet: 1E, 5C and DD. RGB value is (30,92,221). Sum of RGB (Red+Green+Blue) = 30+92+221=343 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.75% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E5CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5CDD is #E1A322. Grayscale: #575757. Windows color (decimal): -14787363 or 14507038. OLE color: 14507038.
HSL color Cylindrical-coordinate representation of color #1E5CDD: hue angle of 220.52º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E5CDD is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 92 | 221 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.13 |
| HSL | 220.52º | 0.76% | 0.49% | - |
| HSV(B) | 220.52º | 0.86% | 0.87% | - |
| XYZ | 17.41 | 13.15 | 70.03 | - |
| YUV | 88.17 | 202.96 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 92 | 221 | 0.86 | 0.58 | 0 | 0.13 | 220.52 | 0.76 | 0.49 |
| Hex | 1E | 5C | DD | 56 | 3A | 0 | D | DD | 4C | 31 |
| Octal | 36 | 134 | 335 | 126 | 72 | 0 | 15 | 335 | 114 | 61 |
| Binary | 11110 | 1011100 | 11011101 | 1010110 | 111010 | 0 | 1101 | 11011101 | 1001100 | 110001 |
Color Harmonies of #1E5CDD
Complementary color
Monochromatic Colors of #1E5CDD
Black with #1E5CDD
Text Example
Text Example
White with #1E5CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5CDD; }
p { color: rgb(30,92,221); }
H1.HeaderClassName
{
color: #1E5CDD;
}
.AnyTagClassName
{
color: #1E5CDD;
}
</style>
background-color css
<style>
a { background-color: #1E5CDD; }
a { background-color: rgb(30,92,221); }
div.DivClassName
{
background-color: #1E5CDD;
}
.BgClassName
{
background-color: #1E5CDD;
}
</style>
border-color css
<style>
span { border-color: #1E5CDD; }
span { border-color: rgb(30,92,221); }
td.TdClassName
{
border-color: #1E5CDD;
}
.TagClassName
{
border-color: #1E5CDD;
}
</style>