Shades of Cerulean Blue #204BC5
Tints of Cerulean Blue #204BC5
RGB
CMYK
RGB Variations
Color information
#204BC5 (or 0x204BC5) is known color: Cerulean Blue. HEX triplet: 20, 4B and C5. RGB value is (32,75,197). Sum of RGB (Red+Green+Blue) = 32+75+197=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 197 (77.34% from 255 or 64.80% from 304); Max value from RGB is 197 - color contains mainly: blue. Hex color #204BC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204BC5 is #DFB43A. Grayscale: #4B4B4B. Windows color (decimal): -14660667 or 12929824. OLE color: 12929824.
HSL color Cylindrical-coordinate representation of color #204BC5: hue angle of 224.36º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #204BC5 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 75 | 197 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.23 |
| HSL | 224.36º | 0.72% | 0.45% | - |
| HSV(B) | 224.36º | 0.84% | 0.77% | - |
| XYZ | 13.19 | 9.37 | 53.94 | - |
| YUV | 76.05 | 196.25 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 75 | 197 | 0.84 | 0.62 | 0 | 0.23 | 224.36 | 0.72 | 0.45 |
| Hex | 20 | 4B | C5 | 54 | 3E | 0 | 17 | E0 | 48 | 2D |
| Octal | 40 | 113 | 305 | 124 | 76 | 0 | 27 | 340 | 110 | 55 |
| Binary | 100000 | 1001011 | 11000101 | 1010100 | 111110 | 0 | 10111 | 11100000 | 1001000 | 101101 |
Color Harmonies of #204BC5
Complementary color
Monochromatic Colors of #204BC5
Black with #204BC5
Text Example
Text Example
White with #204BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204BC5; }
p { color: rgb(32,75,197); }
H1.HeaderClassName
{
color: #204BC5;
}
.AnyTagClassName
{
color: #204BC5;
}
</style>
background-color css
<style>
a { background-color: #204BC5; }
a { background-color: rgb(32,75,197); }
div.DivClassName
{
background-color: #204BC5;
}
.BgClassName
{
background-color: #204BC5;
}
</style>
border-color css
<style>
span { border-color: #204BC5; }
span { border-color: rgb(32,75,197); }
td.TdClassName
{
border-color: #204BC5;
}
.TagClassName
{
border-color: #204BC5;
}
</style>