Shades of Cerulean Blue #1650CF
Tints of Cerulean Blue #1650CF
RGB
CMYK
RGB Variations
Color information
#1650CF (or 0x1650CF) is known color: Cerulean Blue. HEX triplet: 16, 50 and CF. RGB value is (22,80,207). Sum of RGB (Red+Green+Blue) = 22+80+207=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #1650CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1650CF is #E9AF30. Grayscale: #4C4C4C. Windows color (decimal): -15314737 or 13586454. OLE color: 13586454.
HSL color Cylindrical-coordinate representation of color #1650CF: hue angle of 221.19º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1650CF is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 80 | 207 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.19 |
| HSL | 221.19º | 0.81% | 0.45% | - |
| HSV(B) | 221.19º | 0.89% | 0.81% | - |
| XYZ | 14.46 | 10.41 | 60.28 | - |
| YUV | 77.14 | 201.28 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 207 | 0.89 | 0.61 | 0 | 0.19 | 221.19 | 0.81 | 0.45 |
| Hex | 16 | 50 | CF | 59 | 3D | 0 | 13 | DD | 51 | 2D |
| Octal | 26 | 120 | 317 | 131 | 75 | 0 | 23 | 335 | 121 | 55 |
| Binary | 10110 | 1010000 | 11001111 | 1011001 | 111101 | 0 | 10011 | 11011101 | 1010001 | 101101 |
Color Harmonies of #1650CF
Complementary color
Monochromatic Colors of #1650CF
Black with #1650CF
Text Example
Text Example
White with #1650CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1650CF; }
p { color: rgb(22,80,207); }
H1.HeaderClassName
{
color: #1650CF;
}
.AnyTagClassName
{
color: #1650CF;
}
</style>
background-color css
<style>
a { background-color: #1650CF; }
a { background-color: rgb(22,80,207); }
div.DivClassName
{
background-color: #1650CF;
}
.BgClassName
{
background-color: #1650CF;
}
</style>
border-color css
<style>
span { border-color: #1650CF; }
span { border-color: rgb(22,80,207); }
td.TdClassName
{
border-color: #1650CF;
}
.TagClassName
{
border-color: #1650CF;
}
</style>