Shades of Cerulean Blue #1648ED
Tints of Cerulean Blue #1648ED
RGB
CMYK
RGB Variations
Color information
#1648ED (or 0x1648ED) is known color: Cerulean Blue. HEX triplet: 16, 48 and ED. RGB value is (22,72,237). Sum of RGB (Red+Green+Blue) = 22+72+237=331 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.65% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 237 (92.97% from 255 or 71.60% from 331); Max value from RGB is 237 - color contains mainly: blue. Hex color #1648ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1648ED is #E9B712. Grayscale: #4B4B4B. Windows color (decimal): -15316755 or 15550486. OLE color: 15550486.
HSL color Cylindrical-coordinate representation of color #1648ED: hue angle of 226.05º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1648ED is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 72 | 237 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.07 |
| HSL | 226.05º | 0.86% | 0.51% | - |
| HSV(B) | 226.05º | 0.91% | 0.93% | - |
| XYZ | 17.93 | 10.92 | 81.28 | - |
| YUV | 75.86 | 218.94 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 72 | 237 | 0.91 | 0.70 | 0 | 0.07 | 226.05 | 0.86 | 0.51 |
| Hex | 16 | 48 | ED | 5B | 46 | 0 | 7 | E2 | 56 | 33 |
| Octal | 26 | 110 | 355 | 133 | 106 | 0 | 7 | 342 | 126 | 63 |
| Binary | 10110 | 1001000 | 11101101 | 1011011 | 1000110 | 0 | 111 | 11100010 | 1010110 | 110011 |
Color Harmonies of #1648ED
Complementary color
Monochromatic Colors of #1648ED
Black with #1648ED
Text Example
Text Example
White with #1648ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1648ED; }
p { color: rgb(22,72,237); }
H1.HeaderClassName
{
color: #1648ED;
}
.AnyTagClassName
{
color: #1648ED;
}
</style>
background-color css
<style>
a { background-color: #1648ED; }
a { background-color: rgb(22,72,237); }
div.DivClassName
{
background-color: #1648ED;
}
.BgClassName
{
background-color: #1648ED;
}
</style>
border-color css
<style>
span { border-color: #1648ED; }
span { border-color: rgb(22,72,237); }
td.TdClassName
{
border-color: #1648ED;
}
.TagClassName
{
border-color: #1648ED;
}
</style>