Shades of Cerulean Blue #205BDA
Tints of Cerulean Blue #205BDA
RGB
CMYK
RGB Variations
Color information
#205BDA (or 0x205BDA) is known color: Cerulean Blue. HEX triplet: 20, 5B and DA. RGB value is (32,91,218). Sum of RGB (Red+Green+Blue) = 32+91+218=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #205BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205BDA is #DFA425. Grayscale: #575757. Windows color (decimal): -14656550 or 14310176. OLE color: 14310176.
HSL color Cylindrical-coordinate representation of color #205BDA: hue angle of 220.97º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #205BDA is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 91 | 218 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.15 |
| HSL | 220.97º | 0.74% | 0.49% | - |
| HSV(B) | 220.97º | 0.85% | 0.85% | - |
| XYZ | 16.99 | 12.85 | 67.91 | - |
| YUV | 87.84 | 201.45 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 91 | 218 | 0.85 | 0.58 | 0 | 0.15 | 220.97 | 0.74 | 0.49 |
| Hex | 20 | 5B | DA | 55 | 3A | 0 | F | DD | 4A | 31 |
| Octal | 40 | 133 | 332 | 125 | 72 | 0 | 17 | 335 | 112 | 61 |
| Binary | 100000 | 1011011 | 11011010 | 1010101 | 111010 | 0 | 1111 | 11011101 | 1001010 | 110001 |
Color Harmonies of #205BDA
Complementary color
Monochromatic Colors of #205BDA
Black with #205BDA
Text Example
Text Example
White with #205BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205BDA; }
p { color: rgb(32,91,218); }
H1.HeaderClassName
{
color: #205BDA;
}
.AnyTagClassName
{
color: #205BDA;
}
</style>
background-color css
<style>
a { background-color: #205BDA; }
a { background-color: rgb(32,91,218); }
div.DivClassName
{
background-color: #205BDA;
}
.BgClassName
{
background-color: #205BDA;
}
</style>
border-color css
<style>
span { border-color: #205BDA; }
span { border-color: rgb(32,91,218); }
td.TdClassName
{
border-color: #205BDA;
}
.TagClassName
{
border-color: #205BDA;
}
</style>