Shades of Cerulean Blue #204DCB
Tints of Cerulean Blue #204DCB
RGB
CMYK
RGB Variations
Color information
#204DCB (or 0x204DCB) is known color: Cerulean Blue. HEX triplet: 20, 4D and CB. RGB value is (32,77,203). Sum of RGB (Red+Green+Blue) = 32+77+203=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #204DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204DCB is #DFB234. Grayscale: #4D4D4D. Windows color (decimal): -14660149 or 13323552. OLE color: 13323552.
HSL color Cylindrical-coordinate representation of color #204DCB: hue angle of 224.21º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #204DCB is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 77 | 203 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.20 |
| HSL | 224.21º | 0.73% | 0.46% | - |
| HSV(B) | 224.21º | 0.84% | 0.8% | - |
| XYZ | 14.03 | 9.93 | 57.68 | - |
| YUV | 77.91 | 198.59 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 77 | 203 | 0.84 | 0.62 | 0 | 0.20 | 224.21 | 0.73 | 0.46 |
| Hex | 20 | 4D | CB | 54 | 3E | 0 | 14 | E0 | 49 | 2E |
| Octal | 40 | 115 | 313 | 124 | 76 | 0 | 24 | 340 | 111 | 56 |
| Binary | 100000 | 1001101 | 11001011 | 1010100 | 111110 | 0 | 10100 | 11100000 | 1001001 | 101110 |
Color Harmonies of #204DCB
Complementary color
Monochromatic Colors of #204DCB
Black with #204DCB
Text Example
Text Example
White with #204DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204DCB; }
p { color: rgb(32,77,203); }
H1.HeaderClassName
{
color: #204DCB;
}
.AnyTagClassName
{
color: #204DCB;
}
</style>
background-color css
<style>
a { background-color: #204DCB; }
a { background-color: rgb(32,77,203); }
div.DivClassName
{
background-color: #204DCB;
}
.BgClassName
{
background-color: #204DCB;
}
</style>
border-color css
<style>
span { border-color: #204DCB; }
span { border-color: rgb(32,77,203); }
td.TdClassName
{
border-color: #204DCB;
}
.TagClassName
{
border-color: #204DCB;
}
</style>