Shades of Cerulean Blue #1650DB
Tints of Cerulean Blue #1650DB
RGB
CMYK
RGB Variations
Color information
#1650DB (or 0x1650DB) is known color: Cerulean Blue. HEX triplet: 16, 50 and DB. RGB value is (22,80,219). Sum of RGB (Red+Green+Blue) = 22+80+219=321 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.85% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #1650DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1650DB is #E9AF24. Grayscale: #4D4D4D. Windows color (decimal): -15314725 or 14372886. OLE color: 14372886.
HSL color Cylindrical-coordinate representation of color #1650DB: hue angle of 222.34º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1650DB is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 80 | 219 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.14 |
| HSL | 222.34º | 0.82% | 0.47% | - |
| HSV(B) | 222.34º | 0.9% | 0.86% | - |
| XYZ | 15.99 | 11.02 | 68.3 | - |
| YUV | 78.5 | 207.28 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 219 | 0.90 | 0.63 | 0 | 0.14 | 222.34 | 0.82 | 0.47 |
| Hex | 16 | 50 | DB | 5A | 3F | 0 | E | DE | 52 | 2F |
| Octal | 26 | 120 | 333 | 132 | 77 | 0 | 16 | 336 | 122 | 57 |
| Binary | 10110 | 1010000 | 11011011 | 1011010 | 111111 | 0 | 1110 | 11011110 | 1010010 | 101111 |
Color Harmonies of #1650DB
Complementary color
Monochromatic Colors of #1650DB
Black with #1650DB
Text Example
Text Example
White with #1650DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1650DB; }
p { color: rgb(22,80,219); }
H1.HeaderClassName
{
color: #1650DB;
}
.AnyTagClassName
{
color: #1650DB;
}
</style>
background-color css
<style>
a { background-color: #1650DB; }
a { background-color: rgb(22,80,219); }
div.DivClassName
{
background-color: #1650DB;
}
.BgClassName
{
background-color: #1650DB;
}
</style>
border-color css
<style>
span { border-color: #1650DB; }
span { border-color: rgb(22,80,219); }
td.TdClassName
{
border-color: #1650DB;
}
.TagClassName
{
border-color: #1650DB;
}
</style>