Shades of Cerulean Blue #205BDF
Tints of Cerulean Blue #205BDF
RGB
CMYK
RGB Variations
Color information
#205BDF (or 0x205BDF) is known color: Cerulean Blue. HEX triplet: 20, 5B and DF. RGB value is (32,91,223). Sum of RGB (Red+Green+Blue) = 32+91+223=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #205BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205BDF is #DFA420. Grayscale: #575757. Windows color (decimal): -14656545 or 14637856. OLE color: 14637856.
HSL color Cylindrical-coordinate representation of color #205BDF: hue angle of 221.47º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #205BDF is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 91 | 223 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.13 |
| HSL | 221.47º | 0.75% | 0.5% | - |
| HSV(B) | 221.47º | 0.86% | 0.87% | - |
| XYZ | 17.66 | 13.12 | 71.41 | - |
| YUV | 88.41 | 203.95 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 91 | 223 | 0.86 | 0.59 | 0 | 0.13 | 221.47 | 0.75 | 0.5 |
| Hex | 20 | 5B | DF | 56 | 3B | 0 | D | DD | 4B | 32 |
| Octal | 40 | 133 | 337 | 126 | 73 | 0 | 15 | 335 | 113 | 62 |
| Binary | 100000 | 1011011 | 11011111 | 1010110 | 111011 | 0 | 1101 | 11011101 | 1001011 | 110010 |
Color Harmonies of #205BDF
Complementary color
Monochromatic Colors of #205BDF
Black with #205BDF
Text Example
Text Example
White with #205BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205BDF; }
p { color: rgb(32,91,223); }
H1.HeaderClassName
{
color: #205BDF;
}
.AnyTagClassName
{
color: #205BDF;
}
</style>
background-color css
<style>
a { background-color: #205BDF; }
a { background-color: rgb(32,91,223); }
div.DivClassName
{
background-color: #205BDF;
}
.BgClassName
{
background-color: #205BDF;
}
</style>
border-color css
<style>
span { border-color: #205BDF; }
span { border-color: rgb(32,91,223); }
td.TdClassName
{
border-color: #205BDF;
}
.TagClassName
{
border-color: #205BDF;
}
</style>