Shades of Cerulean Blue #204BCF
Tints of Cerulean Blue #204BCF
RGB
CMYK
RGB Variations
Color information
#204BCF (or 0x204BCF) is known color: Cerulean Blue. HEX triplet: 20, 4B and CF. RGB value is (32,75,207). Sum of RGB (Red+Green+Blue) = 32+75+207=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #204BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204BCF is #DFB430. Grayscale: #4C4C4C. Windows color (decimal): -14660657 or 13585184. OLE color: 13585184.
HSL color Cylindrical-coordinate representation of color #204BCF: hue angle of 225.26º 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 #204BCF is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 75 | 207 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.19 |
| HSL | 225.26º | 0.73% | 0.47% | - |
| HSV(B) | 225.26º | 0.85% | 0.81% | - |
| XYZ | 14.37 | 9.84 | 60.17 | - |
| YUV | 77.19 | 201.25 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 75 | 207 | 0.85 | 0.64 | 0 | 0.19 | 225.26 | 0.73 | 0.47 |
| Hex | 20 | 4B | CF | 55 | 40 | 0 | 13 | E1 | 49 | 2F |
| Octal | 40 | 113 | 317 | 125 | 100 | 0 | 23 | 341 | 111 | 57 |
| Binary | 100000 | 1001011 | 11001111 | 1010101 | 1000000 | 0 | 10011 | 11100001 | 1001001 | 101111 |
Color Harmonies of #204BCF
Complementary color
Monochromatic Colors of #204BCF
Black with #204BCF
Text Example
Text Example
White with #204BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204BCF; }
p { color: rgb(32,75,207); }
H1.HeaderClassName
{
color: #204BCF;
}
.AnyTagClassName
{
color: #204BCF;
}
</style>
background-color css
<style>
a { background-color: #204BCF; }
a { background-color: rgb(32,75,207); }
div.DivClassName
{
background-color: #204BCF;
}
.BgClassName
{
background-color: #204BCF;
}
</style>
border-color css
<style>
span { border-color: #204BCF; }
span { border-color: rgb(32,75,207); }
td.TdClassName
{
border-color: #204BCF;
}
.TagClassName
{
border-color: #204BCF;
}
</style>