Shades of Cerulean Blue #164BE8
Tints of Cerulean Blue #164BE8
RGB
CMYK
RGB Variations
Color information
#164BE8 (or 0x164BE8) is known color: Cerulean Blue. HEX triplet: 16, 4B and E8. RGB value is (22,75,232). Sum of RGB (Red+Green+Blue) = 22+75+232=329 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.69% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 232 (91.02% from 255 or 70.52% from 329); Max value from RGB is 232 - color contains mainly: blue. Hex color #164BE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #164BE8 is #E9B417. Grayscale: #4C4C4C. Windows color (decimal): -15315992 or 15223574. OLE color: 15223574.
HSL color Cylindrical-coordinate representation of color #164BE8: hue angle of 224.86º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #164BE8 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 22 | 75 | 232 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.09 |
| HSL | 224.86º | 0.83% | 0.5% | - |
| HSV(B) | 224.86º | 0.91% | 0.91% | - |
| XYZ | 17.41 | 11.03 | 77.55 | - |
| YUV | 77.05 | 215.44 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 232 | 0.91 | 0.68 | 0 | 0.09 | 224.86 | 0.83 | 0.5 |
| Hex | 16 | 4B | E8 | 5B | 44 | 0 | 9 | E1 | 53 | 32 |
| Octal | 26 | 113 | 350 | 133 | 104 | 0 | 11 | 341 | 123 | 62 |
| Binary | 10110 | 1001011 | 11101000 | 1011011 | 1000100 | 0 | 1001 | 11100001 | 1010011 | 110010 |
Color Harmonies of #164BE8
Complementary color
Monochromatic Colors of #164BE8
Black with #164BE8
Text Example
Text Example
White with #164BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164BE8; }
p { color: rgb(22,75,232); }
H1.HeaderClassName
{
color: #164BE8;
}
.AnyTagClassName
{
color: #164BE8;
}
</style>
background-color css
<style>
a { background-color: #164BE8; }
a { background-color: rgb(22,75,232); }
div.DivClassName
{
background-color: #164BE8;
}
.BgClassName
{
background-color: #164BE8;
}
</style>
border-color css
<style>
span { border-color: #164BE8; }
span { border-color: rgb(22,75,232); }
td.TdClassName
{
border-color: #164BE8;
}
.TagClassName
{
border-color: #164BE8;
}
</style>