Shades of Cerulean Blue #1648EE
Tints of Cerulean Blue #1648EE
RGB
CMYK
RGB Variations
Color information
#1648EE (or 0x1648EE) is known color: Cerulean Blue. HEX triplet: 16, 48 and EE. RGB value is (22,72,238). Sum of RGB (Red+Green+Blue) = 22+72+238=332 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.63% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 238 (93.36% from 255 or 71.69% from 332); Max value from RGB is 238 - color contains mainly: blue. Hex color #1648EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1648EE is #E9B711. Grayscale: #4B4B4B. Windows color (decimal): -15316754 or 15616022. OLE color: 15616022.
HSL color Cylindrical-coordinate representation of color #1648EE: hue angle of 226.11º 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 #1648EE is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 72 | 238 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.07 |
| HSL | 226.11º | 0.86% | 0.51% | - |
| HSV(B) | 226.11º | 0.91% | 0.93% | - |
| XYZ | 18.08 | 10.98 | 82.05 | - |
| YUV | 75.97 | 219.44 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 72 | 238 | 0.91 | 0.70 | 0 | 0.07 | 226.11 | 0.86 | 0.51 |
| Hex | 16 | 48 | EE | 5B | 46 | 0 | 7 | E2 | 56 | 33 |
| Octal | 26 | 110 | 356 | 133 | 106 | 0 | 7 | 342 | 126 | 63 |
| Binary | 10110 | 1001000 | 11101110 | 1011011 | 1000110 | 0 | 111 | 11100010 | 1010110 | 110011 |
Color Harmonies of #1648EE
Complementary color
Monochromatic Colors of #1648EE
Black with #1648EE
Text Example
Text Example
White with #1648EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1648EE; }
p { color: rgb(22,72,238); }
H1.HeaderClassName
{
color: #1648EE;
}
.AnyTagClassName
{
color: #1648EE;
}
</style>
background-color css
<style>
a { background-color: #1648EE; }
a { background-color: rgb(22,72,238); }
div.DivClassName
{
background-color: #1648EE;
}
.BgClassName
{
background-color: #1648EE;
}
</style>
border-color css
<style>
span { border-color: #1648EE; }
span { border-color: rgb(22,72,238); }
td.TdClassName
{
border-color: #1648EE;
}
.TagClassName
{
border-color: #1648EE;
}
</style>