Shades of Cerulean Blue #204ABC
Tints of Cerulean Blue #204ABC
RGB
CMYK
RGB Variations
Color information
#204ABC (or 0x204ABC) is known color: Cerulean Blue. HEX triplet: 20, 4A and BC. RGB value is (32,74,188). Sum of RGB (Red+Green+Blue) = 32+74+188=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #204ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204ABC is #DFB543. Grayscale: #494949. Windows color (decimal): -14660932 or 12339744. OLE color: 12339744.
HSL color Cylindrical-coordinate representation of color #204ABC: hue angle of 223.85º 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 #204ABC is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 74 | 188 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.26 |
| HSL | 223.85º | 0.71% | 0.43% | - |
| HSV(B) | 223.85º | 0.83% | 0.74% | - |
| XYZ | 12.12 | 8.84 | 48.64 | - |
| YUV | 74.44 | 192.09 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 74 | 188 | 0.83 | 0.61 | 0 | 0.26 | 223.85 | 0.71 | 0.43 |
| Hex | 20 | 4A | BC | 53 | 3D | 0 | 1A | E0 | 47 | 2B |
| Octal | 40 | 112 | 274 | 123 | 75 | 0 | 32 | 340 | 107 | 53 |
| Binary | 100000 | 1001010 | 10111100 | 1010011 | 111101 | 0 | 11010 | 11100000 | 1000111 | 101011 |
Color Harmonies of #204ABC
Complementary color
Monochromatic Colors of #204ABC
Black with #204ABC
Text Example
Text Example
White with #204ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204ABC; }
p { color: rgb(32,74,188); }
H1.HeaderClassName
{
color: #204ABC;
}
.AnyTagClassName
{
color: #204ABC;
}
</style>
background-color css
<style>
a { background-color: #204ABC; }
a { background-color: rgb(32,74,188); }
div.DivClassName
{
background-color: #204ABC;
}
.BgClassName
{
background-color: #204ABC;
}
</style>
border-color css
<style>
span { border-color: #204ABC; }
span { border-color: rgb(32,74,188); }
td.TdClassName
{
border-color: #204ABC;
}
.TagClassName
{
border-color: #204ABC;
}
</style>