Shades of Cerulean Blue #1D4FB6
Tints of Cerulean Blue #1D4FB6
RGB
CMYK
RGB Variations
Color information
#1D4FB6 (or 0x1D4FB6) is known color: Cerulean Blue. HEX triplet: 1D, 4F and B6. RGB value is (29,79,182). Sum of RGB (Red+Green+Blue) = 29+79+182=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 182 (71.48% from 255 or 62.76% from 290); Max value from RGB is 182 - color contains mainly: blue. Hex color #1D4FB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D4FB6 is #E2B049. Grayscale: #4B4B4B. Windows color (decimal): -14856266 or 11947805. OLE color: 11947805.
HSL color Cylindrical-coordinate representation of color #1D4FB6: hue angle of 220.39º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D4FB6 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 79 | 182 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.29 |
| HSL | 220.39º | 0.73% | 0.41% | - |
| HSV(B) | 220.39º | 0.84% | 0.71% | - |
| XYZ | 11.75 | 9.23 | 45.42 | - |
| YUV | 75.79 | 187.94 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 79 | 182 | 0.84 | 0.57 | 0 | 0.29 | 220.39 | 0.73 | 0.41 |
| Hex | 1D | 4F | B6 | 54 | 39 | 0 | 1D | DC | 49 | 29 |
| Octal | 35 | 117 | 266 | 124 | 71 | 0 | 35 | 334 | 111 | 51 |
| Binary | 11101 | 1001111 | 10110110 | 1010100 | 111001 | 0 | 11101 | 11011100 | 1001001 | 101001 |
Color Harmonies of #1D4FB6
Complementary color
Monochromatic Colors of #1D4FB6
Black with #1D4FB6
Text Example
Text Example
White with #1D4FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4FB6; }
p { color: rgb(29,79,182); }
H1.HeaderClassName
{
color: #1D4FB6;
}
.AnyTagClassName
{
color: #1D4FB6;
}
</style>
background-color css
<style>
a { background-color: #1D4FB6; }
a { background-color: rgb(29,79,182); }
div.DivClassName
{
background-color: #1D4FB6;
}
.BgClassName
{
background-color: #1D4FB6;
}
</style>
border-color css
<style>
span { border-color: #1D4FB6; }
span { border-color: rgb(29,79,182); }
td.TdClassName
{
border-color: #1D4FB6;
}
.TagClassName
{
border-color: #1D4FB6;
}
</style>