Shades of Cerulean Blue #204FDB
Tints of Cerulean Blue #204FDB
RGB
CMYK
RGB Variations
Color information
#204FDB (or 0x204FDB) is known color: Cerulean Blue. HEX triplet: 20, 4F and DB. RGB value is (32,79,219). Sum of RGB (Red+Green+Blue) = 32+79+219=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #204FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204FDB is #DFB024. Grayscale: #505050. Windows color (decimal): -14659621 or 14372640. OLE color: 14372640.
HSL color Cylindrical-coordinate representation of color #204FDB: hue angle of 224.92º 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 #204FDB is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 79 | 219 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.14 |
| HSL | 224.92º | 0.75% | 0.49% | - |
| HSV(B) | 224.92º | 0.85% | 0.86% | - |
| XYZ | 16.18 | 11.01 | 68.29 | - |
| YUV | 80.91 | 205.93 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 79 | 219 | 0.85 | 0.64 | 0 | 0.14 | 224.92 | 0.75 | 0.49 |
| Hex | 20 | 4F | DB | 55 | 40 | 0 | E | E1 | 4B | 31 |
| Octal | 40 | 117 | 333 | 125 | 100 | 0 | 16 | 341 | 113 | 61 |
| Binary | 100000 | 1001111 | 11011011 | 1010101 | 1000000 | 0 | 1110 | 11100001 | 1001011 | 110001 |
Color Harmonies of #204FDB
Complementary color
Monochromatic Colors of #204FDB
Black with #204FDB
Text Example
Text Example
White with #204FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204FDB; }
p { color: rgb(32,79,219); }
H1.HeaderClassName
{
color: #204FDB;
}
.AnyTagClassName
{
color: #204FDB;
}
</style>
background-color css
<style>
a { background-color: #204FDB; }
a { background-color: rgb(32,79,219); }
div.DivClassName
{
background-color: #204FDB;
}
.BgClassName
{
background-color: #204FDB;
}
</style>
border-color css
<style>
span { border-color: #204FDB; }
span { border-color: rgb(32,79,219); }
td.TdClassName
{
border-color: #204FDB;
}
.TagClassName
{
border-color: #204FDB;
}
</style>