Shades of Cerulean Blue #204CE6
Tints of Cerulean Blue #204CE6
RGB
CMYK
RGB Variations
Color information
#204CE6 (or 0x204CE6) is known color: Cerulean Blue. HEX triplet: 20, 4C and E6. RGB value is (32,76,230). Sum of RGB (Red+Green+Blue) = 32+76+230=338 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.47% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 230 (90.23% from 255 or 68.05% from 338); Max value from RGB is 230 - color contains mainly: blue. Hex color #204CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #204CE6 is #DFB319. Grayscale: #4F4F4F. Windows color (decimal): -14660378 or 15092768. OLE color: 15092768.
HSL color Cylindrical-coordinate representation of color #204CE6: hue angle of 226.67º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #204CE6 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 76 | 230 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.10 |
| HSL | 226.67º | 0.8% | 0.51% | - |
| HSV(B) | 226.67º | 0.86% | 0.9% | - |
| XYZ | 17.46 | 11.19 | 76.1 | - |
| YUV | 80.4 | 212.42 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 230 | 0.86 | 0.67 | 0 | 0.10 | 226.67 | 0.8 | 0.51 |
| Hex | 20 | 4C | E6 | 56 | 43 | 0 | A | E3 | 50 | 33 |
| Octal | 40 | 114 | 346 | 126 | 103 | 0 | 12 | 343 | 120 | 63 |
| Binary | 100000 | 1001100 | 11100110 | 1010110 | 1000011 | 0 | 1010 | 11100011 | 1010000 | 110011 |
Color Harmonies of #204CE6
Complementary color
Monochromatic Colors of #204CE6
Black with #204CE6
Text Example
Text Example
White with #204CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204CE6; }
p { color: rgb(32,76,230); }
H1.HeaderClassName
{
color: #204CE6;
}
.AnyTagClassName
{
color: #204CE6;
}
</style>
background-color css
<style>
a { background-color: #204CE6; }
a { background-color: rgb(32,76,230); }
div.DivClassName
{
background-color: #204CE6;
}
.BgClassName
{
background-color: #204CE6;
}
</style>
border-color css
<style>
span { border-color: #204CE6; }
span { border-color: rgb(32,76,230); }
td.TdClassName
{
border-color: #204CE6;
}
.TagClassName
{
border-color: #204CE6;
}
</style>