Shades of Cerulean Blue #204CBC
Tints of Cerulean Blue #204CBC
RGB
CMYK
RGB Variations
Color information
#204CBC (or 0x204CBC) is known color: Cerulean Blue. HEX triplet: 20, 4C and BC. RGB value is (32,76,188). Sum of RGB (Red+Green+Blue) = 32+76+188=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #204CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204CBC is #DFB343. Grayscale: #4B4B4B. Windows color (decimal): -14660420 or 12340256. OLE color: 12340256.
HSL color Cylindrical-coordinate representation of color #204CBC: hue angle of 223.08º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #204CBC is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 76 | 188 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.26 |
| HSL | 223.08º | 0.71% | 0.43% | - |
| HSV(B) | 223.08º | 0.83% | 0.74% | - |
| XYZ | 12.26 | 9.11 | 48.69 | - |
| YUV | 75.61 | 191.42 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 188 | 0.83 | 0.60 | 0 | 0.26 | 223.08 | 0.71 | 0.43 |
| Hex | 20 | 4C | BC | 53 | 3C | 0 | 1A | DF | 47 | 2B |
| Octal | 40 | 114 | 274 | 123 | 74 | 0 | 32 | 337 | 107 | 53 |
| Binary | 100000 | 1001100 | 10111100 | 1010011 | 111100 | 0 | 11010 | 11011111 | 1000111 | 101011 |
Color Harmonies of #204CBC
Complementary color
Monochromatic Colors of #204CBC
Black with #204CBC
Text Example
Text Example
White with #204CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204CBC; }
p { color: rgb(32,76,188); }
H1.HeaderClassName
{
color: #204CBC;
}
.AnyTagClassName
{
color: #204CBC;
}
</style>
background-color css
<style>
a { background-color: #204CBC; }
a { background-color: rgb(32,76,188); }
div.DivClassName
{
background-color: #204CBC;
}
.BgClassName
{
background-color: #204CBC;
}
</style>
border-color css
<style>
span { border-color: #204CBC; }
span { border-color: rgb(32,76,188); }
td.TdClassName
{
border-color: #204CBC;
}
.TagClassName
{
border-color: #204CBC;
}
</style>