Shades of Cerulean Blue #204BCA
Tints of Cerulean Blue #204BCA
RGB
CMYK
RGB Variations
Color information
#204BCA (or 0x204BCA) is known color: Cerulean Blue. HEX triplet: 20, 4B and CA. RGB value is (32,75,202). Sum of RGB (Red+Green+Blue) = 32+75+202=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 202 (79.30% from 255 or 65.37% from 309); Max value from RGB is 202 - color contains mainly: blue. Hex color #204BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204BCA is #DFB435. Grayscale: #4C4C4C. Windows color (decimal): -14660662 or 13257504. OLE color: 13257504.
HSL color Cylindrical-coordinate representation of color #204BCA: hue angle of 224.82º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #204BCA is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 75 | 202 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.21 |
| HSL | 224.82º | 0.73% | 0.46% | - |
| HSV(B) | 224.82º | 0.84% | 0.79% | - |
| XYZ | 13.77 | 9.6 | 57 | - |
| YUV | 76.62 | 198.75 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 75 | 202 | 0.84 | 0.63 | 0 | 0.21 | 224.82 | 0.73 | 0.46 |
| Hex | 20 | 4B | CA | 54 | 3F | 0 | 15 | E1 | 49 | 2E |
| Octal | 40 | 113 | 312 | 124 | 77 | 0 | 25 | 341 | 111 | 56 |
| Binary | 100000 | 1001011 | 11001010 | 1010100 | 111111 | 0 | 10101 | 11100001 | 1001001 | 101110 |
Color Harmonies of #204BCA
Complementary color
Monochromatic Colors of #204BCA
Black with #204BCA
Text Example
Text Example
White with #204BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204BCA; }
p { color: rgb(32,75,202); }
H1.HeaderClassName
{
color: #204BCA;
}
.AnyTagClassName
{
color: #204BCA;
}
</style>
background-color css
<style>
a { background-color: #204BCA; }
a { background-color: rgb(32,75,202); }
div.DivClassName
{
background-color: #204BCA;
}
.BgClassName
{
background-color: #204BCA;
}
</style>
border-color css
<style>
span { border-color: #204BCA; }
span { border-color: rgb(32,75,202); }
td.TdClassName
{
border-color: #204BCA;
}
.TagClassName
{
border-color: #204BCA;
}
</style>