Shades of Cerulean Blue #1D4DEA
Tints of Cerulean Blue #1D4DEA
RGB
CMYK
RGB Variations
Color information
#1D4DEA (or 0x1D4DEA) is known color: Cerulean Blue. HEX triplet: 1D, 4D and EA. RGB value is (29,77,234). Sum of RGB (Red+Green+Blue) = 29+77+234=340 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.53% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 234 (91.80% from 255 or 68.82% from 340); Max value from RGB is 234 - color contains mainly: blue. Hex color #1D4DEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D4DEA is #E2B215. Grayscale: #4F4F4F. Windows color (decimal): -14856726 or 15355165. OLE color: 15355165.
HSL color Cylindrical-coordinate representation of color #1D4DEA: hue angle of 225.95º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D4DEA is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 77 | 234 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.08 |
| HSL | 225.95º | 0.83% | 0.52% | - |
| HSV(B) | 225.95º | 0.88% | 0.92% | - |
| XYZ | 18.01 | 11.51 | 79.11 | - |
| YUV | 80.55 | 214.6 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 77 | 234 | 0.88 | 0.67 | 0 | 0.08 | 225.95 | 0.83 | 0.52 |
| Hex | 1D | 4D | EA | 58 | 43 | 0 | 8 | E2 | 53 | 34 |
| Octal | 35 | 115 | 352 | 130 | 103 | 0 | 10 | 342 | 123 | 64 |
| Binary | 11101 | 1001101 | 11101010 | 1011000 | 1000011 | 0 | 1000 | 11100010 | 1010011 | 110100 |
Color Harmonies of #1D4DEA
Complementary color
Monochromatic Colors of #1D4DEA
Black with #1D4DEA
Text Example
Text Example
White with #1D4DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4DEA; }
p { color: rgb(29,77,234); }
H1.HeaderClassName
{
color: #1D4DEA;
}
.AnyTagClassName
{
color: #1D4DEA;
}
</style>
background-color css
<style>
a { background-color: #1D4DEA; }
a { background-color: rgb(29,77,234); }
div.DivClassName
{
background-color: #1D4DEA;
}
.BgClassName
{
background-color: #1D4DEA;
}
</style>
border-color css
<style>
span { border-color: #1D4DEA; }
span { border-color: rgb(29,77,234); }
td.TdClassName
{
border-color: #1D4DEA;
}
.TagClassName
{
border-color: #1D4DEA;
}
</style>