Shades of Cerulean Blue #204BD4
Tints of Cerulean Blue #204BD4
RGB
CMYK
RGB Variations
Color information
#204BD4 (or 0x204BD4) is known color: Cerulean Blue. HEX triplet: 20, 4B and D4. RGB value is (32,75,212). Sum of RGB (Red+Green+Blue) = 32+75+212=319 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.03% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 212 (83.20% from 255 or 66.46% from 319); Max value from RGB is 212 - color contains mainly: blue. Hex color #204BD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204BD4 is #DFB42B. Grayscale: #4D4D4D. Windows color (decimal): -14660652 or 13912864. OLE color: 13912864.
HSL color Cylindrical-coordinate representation of color #204BD4: hue angle of 225.67º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #204BD4 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 32 | 75 | 212 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.17 |
| HSL | 225.67º | 0.74% | 0.48% | - |
| HSV(B) | 225.67º | 0.85% | 0.83% | - |
| XYZ | 15 | 10.09 | 63.45 | - |
| YUV | 77.76 | 203.75 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 75 | 212 | 0.85 | 0.65 | 0 | 0.17 | 225.67 | 0.74 | 0.48 |
| Hex | 20 | 4B | D4 | 55 | 41 | 0 | 11 | E2 | 4A | 30 |
| Octal | 40 | 113 | 324 | 125 | 101 | 0 | 21 | 342 | 112 | 60 |
| Binary | 100000 | 1001011 | 11010100 | 1010101 | 1000001 | 0 | 10001 | 11100010 | 1001010 | 110000 |
Color Harmonies of #204BD4
Complementary color
Monochromatic Colors of #204BD4
Black with #204BD4
Text Example
Text Example
White with #204BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204BD4; }
p { color: rgb(32,75,212); }
H1.HeaderClassName
{
color: #204BD4;
}
.AnyTagClassName
{
color: #204BD4;
}
</style>
background-color css
<style>
a { background-color: #204BD4; }
a { background-color: rgb(32,75,212); }
div.DivClassName
{
background-color: #204BD4;
}
.BgClassName
{
background-color: #204BD4;
}
</style>
border-color css
<style>
span { border-color: #204BD4; }
span { border-color: rgb(32,75,212); }
td.TdClassName
{
border-color: #204BD4;
}
.TagClassName
{
border-color: #204BD4;
}
</style>