Shades of Cerulean Blue #204BAE
Tints of Cerulean Blue #204BAE
RGB
CMYK
RGB Variations
Color information
#204BAE (or 0x204BAE) is known color: Cerulean Blue. HEX triplet: 20, 4B and AE. RGB value is (32,75,174). Sum of RGB (Red+Green+Blue) = 32+75+174=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #204BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204BAE is #DFB451. Grayscale: #484848. Windows color (decimal): -14660690 or 11422496. OLE color: 11422496.
HSL color Cylindrical-coordinate representation of color #204BAE: hue angle of 221.83º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #204BAE is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 75 | 174 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.32 |
| HSL | 221.83º | 0.69% | 0.4% | - |
| HSV(B) | 221.83º | 0.82% | 0.68% | - |
| XYZ | 10.75 | 8.4 | 41.1 | - |
| YUV | 73.43 | 184.75 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 75 | 174 | 0.82 | 0.57 | 0 | 0.32 | 221.83 | 0.69 | 0.4 |
| Hex | 20 | 4B | AE | 52 | 39 | 0 | 20 | DE | 45 | 28 |
| Octal | 40 | 113 | 256 | 122 | 71 | 0 | 40 | 336 | 105 | 50 |
| Binary | 100000 | 1001011 | 10101110 | 1010010 | 111001 | 0 | 100000 | 11011110 | 1000101 | 101000 |
Color Harmonies of #204BAE
Complementary color
Monochromatic Colors of #204BAE
Black with #204BAE
Text Example
Text Example
White with #204BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204BAE; }
p { color: rgb(32,75,174); }
H1.HeaderClassName
{
color: #204BAE;
}
.AnyTagClassName
{
color: #204BAE;
}
</style>
background-color css
<style>
a { background-color: #204BAE; }
a { background-color: rgb(32,75,174); }
div.DivClassName
{
background-color: #204BAE;
}
.BgClassName
{
background-color: #204BAE;
}
</style>
border-color css
<style>
span { border-color: #204BAE; }
span { border-color: rgb(32,75,174); }
td.TdClassName
{
border-color: #204BAE;
}
.TagClassName
{
border-color: #204BAE;
}
</style>