Shades of Cerulean Blue #205ADB
Tints of Cerulean Blue #205ADB
RGB
CMYK
RGB Variations
Color information
#205ADB (or 0x205ADB) is known color: Cerulean Blue. HEX triplet: 20, 5A and DB. RGB value is (32,90,219). Sum of RGB (Red+Green+Blue) = 32+90+219=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #205ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205ADB is #DFA524. Grayscale: #565656. Windows color (decimal): -14656805 or 14375456. OLE color: 14375456.
HSL color Cylindrical-coordinate representation of color #205ADB: hue angle of 221.39º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #205ADB is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 90 | 219 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.14 |
| HSL | 221.39º | 0.75% | 0.49% | - |
| HSV(B) | 221.39º | 0.85% | 0.86% | - |
| XYZ | 17.04 | 12.73 | 68.58 | - |
| YUV | 87.36 | 202.28 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 219 | 0.85 | 0.59 | 0 | 0.14 | 221.39 | 0.75 | 0.49 |
| Hex | 20 | 5A | DB | 55 | 3B | 0 | E | DD | 4B | 31 |
| Octal | 40 | 132 | 333 | 125 | 73 | 0 | 16 | 335 | 113 | 61 |
| Binary | 100000 | 1011010 | 11011011 | 1010101 | 111011 | 0 | 1110 | 11011101 | 1001011 | 110001 |
Color Harmonies of #205ADB
Complementary color
Monochromatic Colors of #205ADB
Black with #205ADB
Text Example
Text Example
White with #205ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205ADB; }
p { color: rgb(32,90,219); }
H1.HeaderClassName
{
color: #205ADB;
}
.AnyTagClassName
{
color: #205ADB;
}
</style>
background-color css
<style>
a { background-color: #205ADB; }
a { background-color: rgb(32,90,219); }
div.DivClassName
{
background-color: #205ADB;
}
.BgClassName
{
background-color: #205ADB;
}
</style>
border-color css
<style>
span { border-color: #205ADB; }
span { border-color: rgb(32,90,219); }
td.TdClassName
{
border-color: #205ADB;
}
.TagClassName
{
border-color: #205ADB;
}
</style>