Shades of Cerulean Blue #1D4FCE
Tints of Cerulean Blue #1D4FCE
RGB
CMYK
RGB Variations
Color information
#1D4FCE (or 0x1D4FCE) is known color: Cerulean Blue. HEX triplet: 1D, 4F and CE. RGB value is (29,79,206). Sum of RGB (Red+Green+Blue) = 29+79+206=314 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.24% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D4FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D4FCE is #E2B031. Grayscale: #4D4D4D. Windows color (decimal): -14856242 or 13520669. OLE color: 13520669.
HSL color Cylindrical-coordinate representation of color #1D4FCE: hue angle of 223.05º 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 #1D4FCE is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 79 | 206 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.19 |
| HSL | 223.05º | 0.75% | 0.46% | - |
| HSV(B) | 223.05º | 0.86% | 0.81% | - |
| XYZ | 14.44 | 10.31 | 59.62 | - |
| YUV | 78.53 | 199.94 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 79 | 206 | 0.86 | 0.62 | 0 | 0.19 | 223.05 | 0.75 | 0.46 |
| Hex | 1D | 4F | CE | 56 | 3E | 0 | 13 | DF | 4B | 2E |
| Octal | 35 | 117 | 316 | 126 | 76 | 0 | 23 | 337 | 113 | 56 |
| Binary | 11101 | 1001111 | 11001110 | 1010110 | 111110 | 0 | 10011 | 11011111 | 1001011 | 101110 |
Color Harmonies of #1D4FCE
Complementary color
Monochromatic Colors of #1D4FCE
Black with #1D4FCE
Text Example
Text Example
White with #1D4FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4FCE; }
p { color: rgb(29,79,206); }
H1.HeaderClassName
{
color: #1D4FCE;
}
.AnyTagClassName
{
color: #1D4FCE;
}
</style>
background-color css
<style>
a { background-color: #1D4FCE; }
a { background-color: rgb(29,79,206); }
div.DivClassName
{
background-color: #1D4FCE;
}
.BgClassName
{
background-color: #1D4FCE;
}
</style>
border-color css
<style>
span { border-color: #1D4FCE; }
span { border-color: rgb(29,79,206); }
td.TdClassName
{
border-color: #1D4FCE;
}
.TagClassName
{
border-color: #1D4FCE;
}
</style>