Shades of Cerulean Blue #204EC3
Tints of Cerulean Blue #204EC3
RGB
CMYK
RGB Variations
Color information
#204EC3 (or 0x204EC3) is known color: Cerulean Blue. HEX triplet: 20, 4E and C3. RGB value is (32,78,195). Sum of RGB (Red+Green+Blue) = 32+78+195=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 195 (76.56% from 255 or 63.93% from 305); Max value from RGB is 195 - color contains mainly: blue. Hex color #204EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204EC3 is #DFB13C. Grayscale: #4D4D4D. Windows color (decimal): -14659901 or 12799520. OLE color: 12799520.
HSL color Cylindrical-coordinate representation of color #204EC3: hue angle of 223.07º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #204EC3 is Cyan = 0.84, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 78 | 195 | - |
| CMYK | 0.84 | 0.6 | 0 | 0.24 |
| HSL | 223.07º | 0.72% | 0.45% | - |
| HSV(B) | 223.07º | 0.84% | 0.76% | - |
| XYZ | 13.17 | 9.7 | 52.81 | - |
| YUV | 77.58 | 194.26 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 195 | 0.84 | 0.6 | 0 | 0.24 | 223.07 | 0.72 | 0.45 |
| Hex | 20 | 4E | C3 | 54 | 3C | 0 | 18 | DF | 48 | 2D |
| Octal | 40 | 116 | 303 | 124 | 74 | 0 | 30 | 337 | 110 | 55 |
| Binary | 100000 | 1001110 | 11000011 | 1010100 | 111100 | 0 | 11000 | 11011111 | 1001000 | 101101 |
Color Harmonies of #204EC3
Complementary color
Monochromatic Colors of #204EC3
Black with #204EC3
Text Example
Text Example
White with #204EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204EC3; }
p { color: rgb(32,78,195); }
H1.HeaderClassName
{
color: #204EC3;
}
.AnyTagClassName
{
color: #204EC3;
}
</style>
background-color css
<style>
a { background-color: #204EC3; }
a { background-color: rgb(32,78,195); }
div.DivClassName
{
background-color: #204EC3;
}
.BgClassName
{
background-color: #204EC3;
}
</style>
border-color css
<style>
span { border-color: #204EC3; }
span { border-color: rgb(32,78,195); }
td.TdClassName
{
border-color: #204EC3;
}
.TagClassName
{
border-color: #204EC3;
}
</style>