Shades of Cerulean Blue #1D4FCF
Tints of Cerulean Blue #1D4FCF
RGB
CMYK
RGB Variations
Color information
#1D4FCF (or 0x1D4FCF) is known color: Cerulean Blue. HEX triplet: 1D, 4F and CF. RGB value is (29,79,207). Sum of RGB (Red+Green+Blue) = 29+79+207=315 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.21% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #1D4FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D4FCF is #E2B030. Grayscale: #4E4E4E. Windows color (decimal): -14856241 or 13586205. OLE color: 13586205.
HSL color Cylindrical-coordinate representation of color #1D4FCF: hue angle of 223.15º 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 #1D4FCF is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 79 | 207 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.19 |
| HSL | 223.15º | 0.75% | 0.46% | - |
| HSV(B) | 223.15º | 0.86% | 0.81% | - |
| XYZ | 14.57 | 10.36 | 60.26 | - |
| YUV | 78.64 | 200.44 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 79 | 207 | 0.86 | 0.62 | 0 | 0.19 | 223.15 | 0.75 | 0.46 |
| Hex | 1D | 4F | CF | 56 | 3E | 0 | 13 | DF | 4B | 2E |
| Octal | 35 | 117 | 317 | 126 | 76 | 0 | 23 | 337 | 113 | 56 |
| Binary | 11101 | 1001111 | 11001111 | 1010110 | 111110 | 0 | 10011 | 11011111 | 1001011 | 101110 |
Color Harmonies of #1D4FCF
Complementary color
Monochromatic Colors of #1D4FCF
Black with #1D4FCF
Text Example
Text Example
White with #1D4FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4FCF; }
p { color: rgb(29,79,207); }
H1.HeaderClassName
{
color: #1D4FCF;
}
.AnyTagClassName
{
color: #1D4FCF;
}
</style>
background-color css
<style>
a { background-color: #1D4FCF; }
a { background-color: rgb(29,79,207); }
div.DivClassName
{
background-color: #1D4FCF;
}
.BgClassName
{
background-color: #1D4FCF;
}
</style>
border-color css
<style>
span { border-color: #1D4FCF; }
span { border-color: rgb(29,79,207); }
td.TdClassName
{
border-color: #1D4FCF;
}
.TagClassName
{
border-color: #1D4FCF;
}
</style>