Shades of Cerulean Blue #204FE6
Tints of Cerulean Blue #204FE6
RGB
CMYK
RGB Variations
Color information
#204FE6 (or 0x204FE6) is known color: Cerulean Blue. HEX triplet: 20, 4F and E6. RGB value is (32,79,230). Sum of RGB (Red+Green+Blue) = 32+79+230=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 230 (90.23% from 255 or 67.45% from 341); Max value from RGB is 230 - color contains mainly: blue. Hex color #204FE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #204FE6 is #DFB019. Grayscale: #515151. Windows color (decimal): -14659610 or 15093536. OLE color: 15093536.
HSL color Cylindrical-coordinate representation of color #204FE6: hue angle of 225.76º 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 #204FE6 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 79 | 230 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.10 |
| HSL | 225.76º | 0.8% | 0.51% | - |
| HSV(B) | 225.76º | 0.86% | 0.9% | - |
| XYZ | 17.67 | 11.61 | 76.17 | - |
| YUV | 82.16 | 211.43 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 79 | 230 | 0.86 | 0.66 | 0 | 0.10 | 225.76 | 0.8 | 0.51 |
| Hex | 20 | 4F | E6 | 56 | 42 | 0 | A | E2 | 50 | 33 |
| Octal | 40 | 117 | 346 | 126 | 102 | 0 | 12 | 342 | 120 | 63 |
| Binary | 100000 | 1001111 | 11100110 | 1010110 | 1000010 | 0 | 1010 | 11100010 | 1010000 | 110011 |
Color Harmonies of #204FE6
Complementary color
Monochromatic Colors of #204FE6
Black with #204FE6
Text Example
Text Example
White with #204FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204FE6; }
p { color: rgb(32,79,230); }
H1.HeaderClassName
{
color: #204FE6;
}
.AnyTagClassName
{
color: #204FE6;
}
</style>
background-color css
<style>
a { background-color: #204FE6; }
a { background-color: rgb(32,79,230); }
div.DivClassName
{
background-color: #204FE6;
}
.BgClassName
{
background-color: #204FE6;
}
</style>
border-color css
<style>
span { border-color: #204FE6; }
span { border-color: rgb(32,79,230); }
td.TdClassName
{
border-color: #204FE6;
}
.TagClassName
{
border-color: #204FE6;
}
</style>