Shades of Cerulean Blue #204BCB
Tints of Cerulean Blue #204BCB
RGB
CMYK
RGB Variations
Color information
#204BCB (or 0x204BCB) is known color: Cerulean Blue. HEX triplet: 20, 4B and CB. RGB value is (32,75,203). Sum of RGB (Red+Green+Blue) = 32+75+203=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #204BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204BCB is #DFB434. Grayscale: #4C4C4C. Windows color (decimal): -14660661 or 13323040. OLE color: 13323040.
HSL color Cylindrical-coordinate representation of color #204BCB: hue angle of 224.91º 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 #204BCB is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 75 | 203 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.20 |
| HSL | 224.91º | 0.73% | 0.46% | - |
| HSV(B) | 224.91º | 0.84% | 0.8% | - |
| XYZ | 13.89 | 9.65 | 57.63 | - |
| YUV | 76.74 | 199.25 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 75 | 203 | 0.84 | 0.63 | 0 | 0.20 | 224.91 | 0.73 | 0.46 |
| Hex | 20 | 4B | CB | 54 | 3F | 0 | 14 | E1 | 49 | 2E |
| Octal | 40 | 113 | 313 | 124 | 77 | 0 | 24 | 341 | 111 | 56 |
| Binary | 100000 | 1001011 | 11001011 | 1010100 | 111111 | 0 | 10100 | 11100001 | 1001001 | 101110 |
Color Harmonies of #204BCB
Complementary color
Monochromatic Colors of #204BCB
Black with #204BCB
Text Example
Text Example
White with #204BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204BCB; }
p { color: rgb(32,75,203); }
H1.HeaderClassName
{
color: #204BCB;
}
.AnyTagClassName
{
color: #204BCB;
}
</style>
background-color css
<style>
a { background-color: #204BCB; }
a { background-color: rgb(32,75,203); }
div.DivClassName
{
background-color: #204BCB;
}
.BgClassName
{
background-color: #204BCB;
}
</style>
border-color css
<style>
span { border-color: #204BCB; }
span { border-color: rgb(32,75,203); }
td.TdClassName
{
border-color: #204BCB;
}
.TagClassName
{
border-color: #204BCB;
}
</style>