Shades of Cerulean Blue #1D48D0
Tints of Cerulean Blue #1D48D0
RGB
CMYK
RGB Variations
Color information
#1D48D0 (or 0x1D48D0) is known color: Cerulean Blue. HEX triplet: 1D, 48 and D0. RGB value is (29,72,208). Sum of RGB (Red+Green+Blue) = 29+72+208=309 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.39% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 208 (81.64% from 255 or 67.31% from 309); Max value from RGB is 208 - color contains mainly: blue. Hex color #1D48D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D48D0 is #E2B72F. Grayscale: #4A4A4A. Windows color (decimal): -14858032 or 13649949. OLE color: 13649949.
HSL color Cylindrical-coordinate representation of color #1D48D0: hue angle of 225.59º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D48D0 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 72 | 208 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.18 |
| HSL | 225.59º | 0.76% | 0.46% | - |
| HSV(B) | 225.59º | 0.86% | 0.82% | - |
| XYZ | 14.21 | 9.45 | 60.75 | - |
| YUV | 74.65 | 203.25 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 72 | 208 | 0.86 | 0.65 | 0 | 0.18 | 225.59 | 0.76 | 0.46 |
| Hex | 1D | 48 | D0 | 56 | 41 | 0 | 12 | E2 | 4C | 2E |
| Octal | 35 | 110 | 320 | 126 | 101 | 0 | 22 | 342 | 114 | 56 |
| Binary | 11101 | 1001000 | 11010000 | 1010110 | 1000001 | 0 | 10010 | 11100010 | 1001100 | 101110 |
Color Harmonies of #1D48D0
Complementary color
Monochromatic Colors of #1D48D0
Black with #1D48D0
Text Example
Text Example
White with #1D48D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D48D0; }
p { color: rgb(29,72,208); }
H1.HeaderClassName
{
color: #1D48D0;
}
.AnyTagClassName
{
color: #1D48D0;
}
</style>
background-color css
<style>
a { background-color: #1D48D0; }
a { background-color: rgb(29,72,208); }
div.DivClassName
{
background-color: #1D48D0;
}
.BgClassName
{
background-color: #1D48D0;
}
</style>
border-color css
<style>
span { border-color: #1D48D0; }
span { border-color: rgb(29,72,208); }
td.TdClassName
{
border-color: #1D48D0;
}
.TagClassName
{
border-color: #1D48D0;
}
</style>