Shades of Cerulean Blue #164CED
Tints of Cerulean Blue #164CED
RGB
CMYK
RGB Variations
Color information
#164CED (or 0x164CED) is known color: Cerulean Blue. HEX triplet: 16, 4C and ED. RGB value is (22,76,237). Sum of RGB (Red+Green+Blue) = 22+76+237=335 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.57% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 237 (92.97% from 255 or 70.75% from 335); Max value from RGB is 237 - color contains mainly: blue. Hex color #164CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #164CED is #E9B312. Grayscale: #4D4D4D. Windows color (decimal): -15315731 or 15551510. OLE color: 15551510.
HSL color Cylindrical-coordinate representation of color #164CED: hue angle of 224.93º 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 #164CED is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 76 | 237 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.07 |
| HSL | 224.93º | 0.86% | 0.51% | - |
| HSV(B) | 224.93º | 0.91% | 0.93% | - |
| XYZ | 18.2 | 11.45 | 81.37 | - |
| YUV | 78.21 | 217.61 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 237 | 0.91 | 0.68 | 0 | 0.07 | 224.93 | 0.86 | 0.51 |
| Hex | 16 | 4C | ED | 5B | 44 | 0 | 7 | E1 | 56 | 33 |
| Octal | 26 | 114 | 355 | 133 | 104 | 0 | 7 | 341 | 126 | 63 |
| Binary | 10110 | 1001100 | 11101101 | 1011011 | 1000100 | 0 | 111 | 11100001 | 1010110 | 110011 |
Color Harmonies of #164CED
Complementary color
Monochromatic Colors of #164CED
Black with #164CED
Text Example
Text Example
White with #164CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164CED; }
p { color: rgb(22,76,237); }
H1.HeaderClassName
{
color: #164CED;
}
.AnyTagClassName
{
color: #164CED;
}
</style>
background-color css
<style>
a { background-color: #164CED; }
a { background-color: rgb(22,76,237); }
div.DivClassName
{
background-color: #164CED;
}
.BgClassName
{
background-color: #164CED;
}
</style>
border-color css
<style>
span { border-color: #164CED; }
span { border-color: rgb(22,76,237); }
td.TdClassName
{
border-color: #164CED;
}
.TagClassName
{
border-color: #164CED;
}
</style>