Shades of Cerulean Blue #204FC1
Tints of Cerulean Blue #204FC1
RGB
CMYK
RGB Variations
Color information
#204FC1 (or 0x204FC1) is known color: Cerulean Blue. HEX triplet: 20, 4F and C1. RGB value is (32,79,193). Sum of RGB (Red+Green+Blue) = 32+79+193=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 193 (75.78% from 255 or 63.49% from 304); Max value from RGB is 193 - color contains mainly: blue. Hex color #204FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204FC1 is #DFB03E. Grayscale: #4D4D4D. Windows color (decimal): -14659647 or 12668704. OLE color: 12668704.
HSL color Cylindrical-coordinate representation of color #204FC1: hue angle of 222.48º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #204FC1 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 79 | 193 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.24 |
| HSL | 222.48º | 0.72% | 0.44% | - |
| HSV(B) | 222.48º | 0.83% | 0.76% | - |
| XYZ | 13.02 | 9.75 | 51.65 | - |
| YUV | 77.94 | 192.93 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 79 | 193 | 0.83 | 0.59 | 0 | 0.24 | 222.48 | 0.72 | 0.44 |
| Hex | 20 | 4F | C1 | 53 | 3B | 0 | 18 | DE | 48 | 2C |
| Octal | 40 | 117 | 301 | 123 | 73 | 0 | 30 | 336 | 110 | 54 |
| Binary | 100000 | 1001111 | 11000001 | 1010011 | 111011 | 0 | 11000 | 11011110 | 1001000 | 101100 |
Color Harmonies of #204FC1
Complementary color
Monochromatic Colors of #204FC1
Black with #204FC1
Text Example
Text Example
White with #204FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204FC1; }
p { color: rgb(32,79,193); }
H1.HeaderClassName
{
color: #204FC1;
}
.AnyTagClassName
{
color: #204FC1;
}
</style>
background-color css
<style>
a { background-color: #204FC1; }
a { background-color: rgb(32,79,193); }
div.DivClassName
{
background-color: #204FC1;
}
.BgClassName
{
background-color: #204FC1;
}
</style>
border-color css
<style>
span { border-color: #204FC1; }
span { border-color: rgb(32,79,193); }
td.TdClassName
{
border-color: #204FC1;
}
.TagClassName
{
border-color: #204FC1;
}
</style>