Shades of Cerulean Blue #2050CF
Tints of Cerulean Blue #2050CF
RGB
CMYK
RGB Variations
Color information
#2050CF (or 0x2050CF) is known color: Cerulean Blue. HEX triplet: 20, 50 and CF. RGB value is (32,80,207). Sum of RGB (Red+Green+Blue) = 32+80+207=319 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.03% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #2050CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2050CF is #DFAF30. Grayscale: #4F4F4F. Windows color (decimal): -14659377 or 13586464. OLE color: 13586464.
HSL color Cylindrical-coordinate representation of color #2050CF: hue angle of 223.54º 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 #2050CF is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 80 | 207 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.19 |
| HSL | 223.54º | 0.73% | 0.47% | - |
| HSV(B) | 223.54º | 0.85% | 0.81% | - |
| XYZ | 14.73 | 10.55 | 60.29 | - |
| YUV | 80.13 | 199.6 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 207 | 0.85 | 0.61 | 0 | 0.19 | 223.54 | 0.73 | 0.47 |
| Hex | 20 | 50 | CF | 55 | 3D | 0 | 13 | E0 | 49 | 2F |
| Octal | 40 | 120 | 317 | 125 | 75 | 0 | 23 | 340 | 111 | 57 |
| Binary | 100000 | 1010000 | 11001111 | 1010101 | 111101 | 0 | 10011 | 11100000 | 1001001 | 101111 |
Color Harmonies of #2050CF
Complementary color
Monochromatic Colors of #2050CF
Black with #2050CF
Text Example
Text Example
White with #2050CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2050CF; }
p { color: rgb(32,80,207); }
H1.HeaderClassName
{
color: #2050CF;
}
.AnyTagClassName
{
color: #2050CF;
}
</style>
background-color css
<style>
a { background-color: #2050CF; }
a { background-color: rgb(32,80,207); }
div.DivClassName
{
background-color: #2050CF;
}
.BgClassName
{
background-color: #2050CF;
}
</style>
border-color css
<style>
span { border-color: #2050CF; }
span { border-color: rgb(32,80,207); }
td.TdClassName
{
border-color: #2050CF;
}
.TagClassName
{
border-color: #2050CF;
}
</style>