Shades of Cerulean Blue #204BBB
Tints of Cerulean Blue #204BBB
RGB
CMYK
RGB Variations
Color information
#204BBB (or 0x204BBB) is known color: Cerulean Blue. HEX triplet: 20, 4B and BB. RGB value is (32,75,187). Sum of RGB (Red+Green+Blue) = 32+75+187=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #204BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204BBB is #DFB444. Grayscale: #4A4A4A. Windows color (decimal): -14660677 or 12274464. OLE color: 12274464.
HSL color Cylindrical-coordinate representation of color #204BBB: hue angle of 223.35º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #204BBB is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 75 | 187 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.27 |
| HSL | 223.35º | 0.71% | 0.43% | - |
| HSV(B) | 223.35º | 0.83% | 0.73% | - |
| XYZ | 12.08 | 8.93 | 48.1 | - |
| YUV | 74.91 | 191.25 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 75 | 187 | 0.83 | 0.60 | 0 | 0.27 | 223.35 | 0.71 | 0.43 |
| Hex | 20 | 4B | BB | 53 | 3C | 0 | 1B | DF | 47 | 2B |
| Octal | 40 | 113 | 273 | 123 | 74 | 0 | 33 | 337 | 107 | 53 |
| Binary | 100000 | 1001011 | 10111011 | 1010011 | 111100 | 0 | 11011 | 11011111 | 1000111 | 101011 |
Color Harmonies of #204BBB
Complementary color
Monochromatic Colors of #204BBB
Black with #204BBB
Text Example
Text Example
White with #204BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204BBB; }
p { color: rgb(32,75,187); }
H1.HeaderClassName
{
color: #204BBB;
}
.AnyTagClassName
{
color: #204BBB;
}
</style>
background-color css
<style>
a { background-color: #204BBB; }
a { background-color: rgb(32,75,187); }
div.DivClassName
{
background-color: #204BBB;
}
.BgClassName
{
background-color: #204BBB;
}
</style>
border-color css
<style>
span { border-color: #204BBB; }
span { border-color: rgb(32,75,187); }
td.TdClassName
{
border-color: #204BBB;
}
.TagClassName
{
border-color: #204BBB;
}
</style>