Shades of Cerulean Blue #164BDD
Tints of Cerulean Blue #164BDD
RGB
CMYK
RGB Variations
Color information
#164BDD (or 0x164BDD) is known color: Cerulean Blue. HEX triplet: 16, 4B and DD. RGB value is (22,75,221). Sum of RGB (Red+Green+Blue) = 22+75+221=318 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.92% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #164BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164BDD is #E9B422. Grayscale: #4B4B4B. Windows color (decimal): -15316003 or 14502678. OLE color: 14502678.
HSL color Cylindrical-coordinate representation of color #164BDD: hue angle of 224.02º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #164BDD is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 75 | 221 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.13 |
| HSL | 224.02º | 0.82% | 0.48% | - |
| HSV(B) | 224.02º | 0.9% | 0.87% | - |
| XYZ | 15.9 | 10.42 | 69.58 | - |
| YUV | 75.8 | 209.94 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 75 | 221 | 0.90 | 0.66 | 0 | 0.13 | 224.02 | 0.82 | 0.48 |
| Hex | 16 | 4B | DD | 5A | 42 | 0 | D | E0 | 52 | 30 |
| Octal | 26 | 113 | 335 | 132 | 102 | 0 | 15 | 340 | 122 | 60 |
| Binary | 10110 | 1001011 | 11011101 | 1011010 | 1000010 | 0 | 1101 | 11100000 | 1010010 | 110000 |
Color Harmonies of #164BDD
Complementary color
Monochromatic Colors of #164BDD
Black with #164BDD
Text Example
Text Example
White with #164BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164BDD; }
p { color: rgb(22,75,221); }
H1.HeaderClassName
{
color: #164BDD;
}
.AnyTagClassName
{
color: #164BDD;
}
</style>
background-color css
<style>
a { background-color: #164BDD; }
a { background-color: rgb(22,75,221); }
div.DivClassName
{
background-color: #164BDD;
}
.BgClassName
{
background-color: #164BDD;
}
</style>
border-color css
<style>
span { border-color: #164BDD; }
span { border-color: rgb(22,75,221); }
td.TdClassName
{
border-color: #164BDD;
}
.TagClassName
{
border-color: #164BDD;
}
</style>