Shades of Cerulean Blue #1D4BCE
Tints of Cerulean Blue #1D4BCE
RGB
CMYK
RGB Variations
Color information
#1D4BCE (or 0x1D4BCE) is known color: Cerulean Blue. HEX triplet: 1D, 4B and CE. RGB value is (29,75,206). Sum of RGB (Red+Green+Blue) = 29+75+206=310 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.35% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D4BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4BCE is #E2B431. Grayscale: #4B4B4B. Windows color (decimal): -14857266 or 13519645. OLE color: 13519645.
HSL color Cylindrical-coordinate representation of color #1D4BCE: hue angle of 224.41º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D4BCE is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 75 | 206 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.19 |
| HSL | 224.41º | 0.75% | 0.46% | - |
| HSV(B) | 224.41º | 0.86% | 0.81% | - |
| XYZ | 14.16 | 9.75 | 59.53 | - |
| YUV | 76.18 | 201.26 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 75 | 206 | 0.86 | 0.64 | 0 | 0.19 | 224.41 | 0.75 | 0.46 |
| Hex | 1D | 4B | CE | 56 | 40 | 0 | 13 | E0 | 4B | 2E |
| Octal | 35 | 113 | 316 | 126 | 100 | 0 | 23 | 340 | 113 | 56 |
| Binary | 11101 | 1001011 | 11001110 | 1010110 | 1000000 | 0 | 10011 | 11100000 | 1001011 | 101110 |
Color Harmonies of #1D4BCE
Complementary color
Monochromatic Colors of #1D4BCE
Black with #1D4BCE
Text Example
Text Example
White with #1D4BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4BCE; }
p { color: rgb(29,75,206); }
H1.HeaderClassName
{
color: #1D4BCE;
}
.AnyTagClassName
{
color: #1D4BCE;
}
</style>
background-color css
<style>
a { background-color: #1D4BCE; }
a { background-color: rgb(29,75,206); }
div.DivClassName
{
background-color: #1D4BCE;
}
.BgClassName
{
background-color: #1D4BCE;
}
</style>
border-color css
<style>
span { border-color: #1D4BCE; }
span { border-color: rgb(29,75,206); }
td.TdClassName
{
border-color: #1D4BCE;
}
.TagClassName
{
border-color: #1D4BCE;
}
</style>