Shades of Cerulean Blue #1D48ED
Tints of Cerulean Blue #1D48ED
RGB
CMYK
RGB Variations
Color information
#1D48ED (or 0x1D48ED) is known color: Cerulean Blue. HEX triplet: 1D, 48 and ED. RGB value is (29,72,237). Sum of RGB (Red+Green+Blue) = 29+72+237=338 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.58% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 237 (92.97% from 255 or 70.12% from 338); Max value from RGB is 237 - color contains mainly: blue. Hex color #1D48ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D48ED is #E2B712. Grayscale: #4D4D4D. Windows color (decimal): -14858003 or 15550493. OLE color: 15550493.
HSL color Cylindrical-coordinate representation of color #1D48ED: hue angle of 227.6º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D48ED is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 72 | 237 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.07 |
| HSL | 227.6º | 0.85% | 0.52% | - |
| HSV(B) | 227.6º | 0.88% | 0.93% | - |
| XYZ | 18.11 | 11.01 | 81.29 | - |
| YUV | 77.95 | 217.75 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 72 | 237 | 0.88 | 0.70 | 0 | 0.07 | 227.6 | 0.85 | 0.52 |
| Hex | 1D | 48 | ED | 58 | 46 | 0 | 7 | E4 | 55 | 34 |
| Octal | 35 | 110 | 355 | 130 | 106 | 0 | 7 | 344 | 125 | 64 |
| Binary | 11101 | 1001000 | 11101101 | 1011000 | 1000110 | 0 | 111 | 11100100 | 1010101 | 110100 |
Color Harmonies of #1D48ED
Complementary color
Monochromatic Colors of #1D48ED
Black with #1D48ED
Text Example
Text Example
White with #1D48ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D48ED; }
p { color: rgb(29,72,237); }
H1.HeaderClassName
{
color: #1D48ED;
}
.AnyTagClassName
{
color: #1D48ED;
}
</style>
background-color css
<style>
a { background-color: #1D48ED; }
a { background-color: rgb(29,72,237); }
div.DivClassName
{
background-color: #1D48ED;
}
.BgClassName
{
background-color: #1D48ED;
}
</style>
border-color css
<style>
span { border-color: #1D48ED; }
span { border-color: rgb(29,72,237); }
td.TdClassName
{
border-color: #1D48ED;
}
.TagClassName
{
border-color: #1D48ED;
}
</style>