Shades of Cerulean Blue #1648EC
Tints of Cerulean Blue #1648EC
RGB
CMYK
RGB Variations
Color information
#1648EC (or 0x1648EC) is known color: Cerulean Blue. HEX triplet: 16, 48 and EC. RGB value is (22,72,236). Sum of RGB (Red+Green+Blue) = 22+72+236=330 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.67% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 236 (92.58% from 255 or 71.52% from 330); Max value from RGB is 236 - color contains mainly: blue. Hex color #1648EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1648EC is #E9B713. Grayscale: #4B4B4B. Windows color (decimal): -15316756 or 15484950. OLE color: 15484950.
HSL color Cylindrical-coordinate representation of color #1648EC: hue angle of 225.98º degrees, saturation: 0.85, 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 #1648EC is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 72 | 236 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.07 |
| HSL | 225.98º | 0.85% | 0.51% | - |
| HSV(B) | 225.98º | 0.91% | 0.93% | - |
| XYZ | 17.79 | 10.86 | 80.52 | - |
| YUV | 75.75 | 218.44 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 72 | 236 | 0.91 | 0.69 | 0 | 0.07 | 225.98 | 0.85 | 0.51 |
| Hex | 16 | 48 | EC | 5B | 45 | 0 | 7 | E2 | 55 | 33 |
| Octal | 26 | 110 | 354 | 133 | 105 | 0 | 7 | 342 | 125 | 63 |
| Binary | 10110 | 1001000 | 11101100 | 1011011 | 1000101 | 0 | 111 | 11100010 | 1010101 | 110011 |
Color Harmonies of #1648EC
Complementary color
Monochromatic Colors of #1648EC
Black with #1648EC
Text Example
Text Example
White with #1648EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1648EC; }
p { color: rgb(22,72,236); }
H1.HeaderClassName
{
color: #1648EC;
}
.AnyTagClassName
{
color: #1648EC;
}
</style>
background-color css
<style>
a { background-color: #1648EC; }
a { background-color: rgb(22,72,236); }
div.DivClassName
{
background-color: #1648EC;
}
.BgClassName
{
background-color: #1648EC;
}
</style>
border-color css
<style>
span { border-color: #1648EC; }
span { border-color: rgb(22,72,236); }
td.TdClassName
{
border-color: #1648EC;
}
.TagClassName
{
border-color: #1648EC;
}
</style>