Shades of Cerulean Blue #164ADF
Tints of Cerulean Blue #164ADF
RGB
CMYK
RGB Variations
Color information
#164ADF (or 0x164ADF) is known color: Cerulean Blue. HEX triplet: 16, 4A and DF. RGB value is (22,74,223). Sum of RGB (Red+Green+Blue) = 22+74+223=319 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.90% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 223 (87.5% from 255 or 69.91% from 319); Max value from RGB is 223 - color contains mainly: blue. Hex color #164ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164ADF is #E9B520. Grayscale: #4A4A4A. Windows color (decimal): -15316257 or 14633494. OLE color: 14633494.
HSL color Cylindrical-coordinate representation of color #164ADF: hue angle of 224.48º 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 #164ADF is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 74 | 223 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.13 |
| HSL | 224.48º | 0.82% | 0.48% | - |
| HSV(B) | 224.48º | 0.9% | 0.87% | - |
| XYZ | 16.1 | 10.4 | 70.97 | - |
| YUV | 75.44 | 211.27 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 74 | 223 | 0.90 | 0.67 | 0 | 0.13 | 224.48 | 0.82 | 0.48 |
| Hex | 16 | 4A | DF | 5A | 43 | 0 | D | E0 | 52 | 30 |
| Octal | 26 | 112 | 337 | 132 | 103 | 0 | 15 | 340 | 122 | 60 |
| Binary | 10110 | 1001010 | 11011111 | 1011010 | 1000011 | 0 | 1101 | 11100000 | 1010010 | 110000 |
Color Harmonies of #164ADF
Complementary color
Monochromatic Colors of #164ADF
Black with #164ADF
Text Example
Text Example
White with #164ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164ADF; }
p { color: rgb(22,74,223); }
H1.HeaderClassName
{
color: #164ADF;
}
.AnyTagClassName
{
color: #164ADF;
}
</style>
background-color css
<style>
a { background-color: #164ADF; }
a { background-color: rgb(22,74,223); }
div.DivClassName
{
background-color: #164ADF;
}
.BgClassName
{
background-color: #164ADF;
}
</style>
border-color css
<style>
span { border-color: #164ADF; }
span { border-color: rgb(22,74,223); }
td.TdClassName
{
border-color: #164ADF;
}
.TagClassName
{
border-color: #164ADF;
}
</style>