Shades of Cerulean Blue #1650DF
Tints of Cerulean Blue #1650DF
RGB
CMYK
RGB Variations
Color information
#1650DF (or 0x1650DF) is known color: Cerulean Blue. HEX triplet: 16, 50 and DF. RGB value is (22,80,223). Sum of RGB (Red+Green+Blue) = 22+80+223=325 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.77% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #1650DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1650DF is #E9AF20. Grayscale: #4E4E4E. Windows color (decimal): -15314721 or 14635030. OLE color: 14635030.
HSL color Cylindrical-coordinate representation of color #1650DF: hue angle of 222.69º 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 #1650DF is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 80 | 223 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.13 |
| HSL | 222.69º | 0.82% | 0.48% | - |
| HSV(B) | 222.69º | 0.9% | 0.87% | - |
| XYZ | 16.52 | 11.24 | 71.11 | - |
| YUV | 78.96 | 209.28 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 223 | 0.90 | 0.64 | 0 | 0.13 | 222.69 | 0.82 | 0.48 |
| Hex | 16 | 50 | DF | 5A | 40 | 0 | D | DF | 52 | 30 |
| Octal | 26 | 120 | 337 | 132 | 100 | 0 | 15 | 337 | 122 | 60 |
| Binary | 10110 | 1010000 | 11011111 | 1011010 | 1000000 | 0 | 1101 | 11011111 | 1010010 | 110000 |
Color Harmonies of #1650DF
Complementary color
Monochromatic Colors of #1650DF
Black with #1650DF
Text Example
Text Example
White with #1650DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1650DF; }
p { color: rgb(22,80,223); }
H1.HeaderClassName
{
color: #1650DF;
}
.AnyTagClassName
{
color: #1650DF;
}
</style>
background-color css
<style>
a { background-color: #1650DF; }
a { background-color: rgb(22,80,223); }
div.DivClassName
{
background-color: #1650DF;
}
.BgClassName
{
background-color: #1650DF;
}
</style>
border-color css
<style>
span { border-color: #1650DF; }
span { border-color: rgb(22,80,223); }
td.TdClassName
{
border-color: #1650DF;
}
.TagClassName
{
border-color: #1650DF;
}
</style>