Shades of Cerulean Blue #1D4CBF
Tints of Cerulean Blue #1D4CBF
RGB
CMYK
RGB Variations
Color information
#1D4CBF (or 0x1D4CBF) is known color: Cerulean Blue. HEX triplet: 1D, 4C and BF. RGB value is (29,76,191). Sum of RGB (Red+Green+Blue) = 29+76+191=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #1D4CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4CBF is #E2B340. Grayscale: #4A4A4A. Windows color (decimal): -14857025 or 12536861. OLE color: 12536861.
HSL color Cylindrical-coordinate representation of color #1D4CBF: hue angle of 222.59º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D4CBF is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 76 | 191 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.25 |
| HSL | 222.59º | 0.74% | 0.43% | - |
| HSV(B) | 222.59º | 0.85% | 0.75% | - |
| XYZ | 12.5 | 9.19 | 50.41 | - |
| YUV | 75.06 | 193.43 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 76 | 191 | 0.85 | 0.60 | 0 | 0.25 | 222.59 | 0.74 | 0.43 |
| Hex | 1D | 4C | BF | 55 | 3C | 0 | 19 | DF | 4A | 2B |
| Octal | 35 | 114 | 277 | 125 | 74 | 0 | 31 | 337 | 112 | 53 |
| Binary | 11101 | 1001100 | 10111111 | 1010101 | 111100 | 0 | 11001 | 11011111 | 1001010 | 101011 |
Color Harmonies of #1D4CBF
Complementary color
Monochromatic Colors of #1D4CBF
Black with #1D4CBF
Text Example
Text Example
White with #1D4CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4CBF; }
p { color: rgb(29,76,191); }
H1.HeaderClassName
{
color: #1D4CBF;
}
.AnyTagClassName
{
color: #1D4CBF;
}
</style>
background-color css
<style>
a { background-color: #1D4CBF; }
a { background-color: rgb(29,76,191); }
div.DivClassName
{
background-color: #1D4CBF;
}
.BgClassName
{
background-color: #1D4CBF;
}
</style>
border-color css
<style>
span { border-color: #1D4CBF; }
span { border-color: rgb(29,76,191); }
td.TdClassName
{
border-color: #1D4CBF;
}
.TagClassName
{
border-color: #1D4CBF;
}
</style>