Shades of Cerulean Blue #205BCF
Tints of Cerulean Blue #205BCF
RGB
CMYK
RGB Variations
Color information
#205BCF (or 0x205BCF) is known color: Cerulean Blue. HEX triplet: 20, 5B and CF. RGB value is (32,91,207). Sum of RGB (Red+Green+Blue) = 32+91+207=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #205BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205BCF is #DFA430. Grayscale: #565656. Windows color (decimal): -14656561 or 13589280. OLE color: 13589280.
HSL color Cylindrical-coordinate representation of color #205BCF: hue angle of 219.77º 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 #205BCF is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 91 | 207 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.19 |
| HSL | 219.77º | 0.73% | 0.47% | - |
| HSV(B) | 219.77º | 0.85% | 0.81% | - |
| XYZ | 15.6 | 12.29 | 60.58 | - |
| YUV | 86.58 | 195.95 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 91 | 207 | 0.85 | 0.56 | 0 | 0.19 | 219.77 | 0.73 | 0.47 |
| Hex | 20 | 5B | CF | 55 | 38 | 0 | 13 | DC | 49 | 2F |
| Octal | 40 | 133 | 317 | 125 | 70 | 0 | 23 | 334 | 111 | 57 |
| Binary | 100000 | 1011011 | 11001111 | 1010101 | 111000 | 0 | 10011 | 11011100 | 1001001 | 101111 |
Color Harmonies of #205BCF
Complementary color
Monochromatic Colors of #205BCF
Black with #205BCF
Text Example
Text Example
White with #205BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205BCF; }
p { color: rgb(32,91,207); }
H1.HeaderClassName
{
color: #205BCF;
}
.AnyTagClassName
{
color: #205BCF;
}
</style>
background-color css
<style>
a { background-color: #205BCF; }
a { background-color: rgb(32,91,207); }
div.DivClassName
{
background-color: #205BCF;
}
.BgClassName
{
background-color: #205BCF;
}
</style>
border-color css
<style>
span { border-color: #205BCF; }
span { border-color: rgb(32,91,207); }
td.TdClassName
{
border-color: #205BCF;
}
.TagClassName
{
border-color: #205BCF;
}
</style>