Shades of Cerulean Blue #204AB4
Tints of Cerulean Blue #204AB4
RGB
CMYK
RGB Variations
Color information
#204AB4 (or 0x204AB4) is known color: Cerulean Blue. HEX triplet: 20, 4A and B4. RGB value is (32,74,180). Sum of RGB (Red+Green+Blue) = 32+74+180=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 180 (70.70% from 255 or 62.94% from 286); Max value from RGB is 180 - color contains mainly: blue. Hex color #204AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204AB4 is #DFB54B. Grayscale: #494949. Windows color (decimal): -14660940 or 11815456. OLE color: 11815456.
HSL color Cylindrical-coordinate representation of color #204AB4: hue angle of 222.97º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #204AB4 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 74 | 180 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.29 |
| HSL | 222.97º | 0.7% | 0.42% | - |
| HSV(B) | 222.97º | 0.82% | 0.71% | - |
| XYZ | 11.28 | 8.5 | 44.23 | - |
| YUV | 73.53 | 188.09 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 74 | 180 | 0.82 | 0.59 | 0 | 0.29 | 222.97 | 0.7 | 0.42 |
| Hex | 20 | 4A | B4 | 52 | 3B | 0 | 1D | DF | 46 | 2A |
| Octal | 40 | 112 | 264 | 122 | 73 | 0 | 35 | 337 | 106 | 52 |
| Binary | 100000 | 1001010 | 10110100 | 1010010 | 111011 | 0 | 11101 | 11011111 | 1000110 | 101010 |
Color Harmonies of #204AB4
Complementary color
Monochromatic Colors of #204AB4
Black with #204AB4
Text Example
Text Example
White with #204AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204AB4; }
p { color: rgb(32,74,180); }
H1.HeaderClassName
{
color: #204AB4;
}
.AnyTagClassName
{
color: #204AB4;
}
</style>
background-color css
<style>
a { background-color: #204AB4; }
a { background-color: rgb(32,74,180); }
div.DivClassName
{
background-color: #204AB4;
}
.BgClassName
{
background-color: #204AB4;
}
</style>
border-color css
<style>
span { border-color: #204AB4; }
span { border-color: rgb(32,74,180); }
td.TdClassName
{
border-color: #204AB4;
}
.TagClassName
{
border-color: #204AB4;
}
</style>