Shades of Cerulean Blue #1D4BDB
Tints of Cerulean Blue #1D4BDB
RGB
CMYK
RGB Variations
Color information
#1D4BDB (or 0x1D4BDB) is known color: Cerulean Blue. HEX triplet: 1D, 4B and DB. RGB value is (29,75,219). Sum of RGB (Red+Green+Blue) = 29+75+219=323 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.98% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D4BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4BDB is #E2B424. Grayscale: #4D4D4D. Windows color (decimal): -14857253 or 14371613. OLE color: 14371613.
HSL color Cylindrical-coordinate representation of color #1D4BDB: hue angle of 225.47º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D4BDB is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 29 | 75 | 219 | - |
CMYK | 0.87 | 0.66 | 0 | 0.14 |
HSL | 225.47º | 0.77% | 0.49% | - |
HSV(B) | 225.47º | 0.87% | 0.86% | - |
XYZ | 15.81 | 10.41 | 68.19 | - |
YUV | 77.66 | 207.76 | 93.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 75 | 219 | 0.87 | 0.66 | 0 | 0.14 | 225.47 | 0.77 | 0.49 |
Hex | 1D | 4B | DB | 57 | 42 | 0 | E | E1 | 4D | 31 |
Octal | 35 | 113 | 333 | 127 | 102 | 0 | 16 | 341 | 115 | 61 |
Binary | 11101 | 1001011 | 11011011 | 1010111 | 1000010 | 0 | 1110 | 11100001 | 1001101 | 110001 |
Color Harmonies of #1D4BDB
Complementary color
Monochromatic Colors of #1D4BDB
Black with #1D4BDB
Text Example
Text Example
White with #1D4BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4BDB; }
p { color: rgb(29,75,219); }
H1.HeaderClassName
{
color: #1D4BDB;
}
.AnyTagClassName
{
color: #1D4BDB;
}
</style>
background-color css
<style>
a { background-color: #1D4BDB; }
a { background-color: rgb(29,75,219); }
div.DivClassName
{
background-color: #1D4BDB;
}
.BgClassName
{
background-color: #1D4BDB;
}
</style>
border-color css
<style>
span { border-color: #1D4BDB; }
span { border-color: rgb(29,75,219); }
td.TdClassName
{
border-color: #1D4BDB;
}
.TagClassName
{
border-color: #1D4BDB;
}
</style>