Shades of Cerulean Blue #164EEA
Tints of Cerulean Blue #164EEA
RGB
CMYK
RGB Variations
Color information
#164EEA (or 0x164EEA) is known color: Cerulean Blue. HEX triplet: 16, 4E and EA. RGB value is (22,78,234). Sum of RGB (Red+Green+Blue) = 22+78+234=334 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.59% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 234 (91.80% from 255 or 70.06% from 334); Max value from RGB is 234 - color contains mainly: blue. Hex color #164EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #164EEA is #E9B115. Grayscale: #4E4E4E. Windows color (decimal): -15315222 or 15355414. OLE color: 15355414.
HSL color Cylindrical-coordinate representation of color #164EEA: hue angle of 224.15º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #164EEA is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 78 | 234 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.08 |
| HSL | 224.15º | 0.83% | 0.5% | - |
| HSV(B) | 224.15º | 0.91% | 0.92% | - |
| XYZ | 17.91 | 11.56 | 79.13 | - |
| YUV | 79.04 | 215.45 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 78 | 234 | 0.91 | 0.67 | 0 | 0.08 | 224.15 | 0.83 | 0.5 |
| Hex | 16 | 4E | EA | 5B | 43 | 0 | 8 | E0 | 53 | 32 |
| Octal | 26 | 116 | 352 | 133 | 103 | 0 | 10 | 340 | 123 | 62 |
| Binary | 10110 | 1001110 | 11101010 | 1011011 | 1000011 | 0 | 1000 | 11100000 | 1010011 | 110010 |
Color Harmonies of #164EEA
Complementary color
Monochromatic Colors of #164EEA
Black with #164EEA
Text Example
Text Example
White with #164EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164EEA; }
p { color: rgb(22,78,234); }
H1.HeaderClassName
{
color: #164EEA;
}
.AnyTagClassName
{
color: #164EEA;
}
</style>
background-color css
<style>
a { background-color: #164EEA; }
a { background-color: rgb(22,78,234); }
div.DivClassName
{
background-color: #164EEA;
}
.BgClassName
{
background-color: #164EEA;
}
</style>
border-color css
<style>
span { border-color: #164EEA; }
span { border-color: rgb(22,78,234); }
td.TdClassName
{
border-color: #164EEA;
}
.TagClassName
{
border-color: #164EEA;
}
</style>