Shades of Cerulean Blue #204CCF
Tints of Cerulean Blue #204CCF
RGB
CMYK
RGB Variations
Color information
#204CCF (or 0x204CCF) is known color: Cerulean Blue. HEX triplet: 20, 4C and CF. RGB value is (32,76,207). Sum of RGB (Red+Green+Blue) = 32+76+207=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #204CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204CCF is #DFB330. Grayscale: #4D4D4D. Windows color (decimal): -14660401 or 13585440. OLE color: 13585440.
HSL color Cylindrical-coordinate representation of color #204CCF: hue angle of 224.91º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #204CCF is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 76 | 207 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.19 |
| HSL | 224.91º | 0.73% | 0.47% | - |
| HSV(B) | 224.91º | 0.85% | 0.81% | - |
| XYZ | 14.44 | 9.98 | 60.2 | - |
| YUV | 77.78 | 200.92 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 207 | 0.85 | 0.63 | 0 | 0.19 | 224.91 | 0.73 | 0.47 |
| Hex | 20 | 4C | CF | 55 | 3F | 0 | 13 | E1 | 49 | 2F |
| Octal | 40 | 114 | 317 | 125 | 77 | 0 | 23 | 341 | 111 | 57 |
| Binary | 100000 | 1001100 | 11001111 | 1010101 | 111111 | 0 | 10011 | 11100001 | 1001001 | 101111 |
Color Harmonies of #204CCF
Complementary color
Monochromatic Colors of #204CCF
Black with #204CCF
Text Example
Text Example
White with #204CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204CCF; }
p { color: rgb(32,76,207); }
H1.HeaderClassName
{
color: #204CCF;
}
.AnyTagClassName
{
color: #204CCF;
}
</style>
background-color css
<style>
a { background-color: #204CCF; }
a { background-color: rgb(32,76,207); }
div.DivClassName
{
background-color: #204CCF;
}
.BgClassName
{
background-color: #204CCF;
}
</style>
border-color css
<style>
span { border-color: #204CCF; }
span { border-color: rgb(32,76,207); }
td.TdClassName
{
border-color: #204CCF;
}
.TagClassName
{
border-color: #204CCF;
}
</style>