Shades of Cerulean Blue #205ACD
Tints of Cerulean Blue #205ACD
RGB
CMYK
RGB Variations
Color information
#205ACD (or 0x205ACD) is known color: Cerulean Blue. HEX triplet: 20, 5A and CD. RGB value is (32,90,205). Sum of RGB (Red+Green+Blue) = 32+90+205=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 205 (80.47% from 255 or 62.69% from 327); Max value from RGB is 205 - color contains mainly: blue. Hex color #205ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205ACD is #DFA532. Grayscale: #555555. Windows color (decimal): -14656819 or 13457952. OLE color: 13457952.
HSL color Cylindrical-coordinate representation of color #205ACD: hue angle of 219.88º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #205ACD is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 90 | 205 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.20 |
| HSL | 219.88º | 0.73% | 0.46% | - |
| HSV(B) | 219.88º | 0.84% | 0.8% | - |
| XYZ | 15.27 | 12.03 | 59.27 | - |
| YUV | 85.77 | 195.28 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 205 | 0.84 | 0.56 | 0 | 0.20 | 219.88 | 0.73 | 0.46 |
| Hex | 20 | 5A | CD | 54 | 38 | 0 | 14 | DC | 49 | 2E |
| Octal | 40 | 132 | 315 | 124 | 70 | 0 | 24 | 334 | 111 | 56 |
| Binary | 100000 | 1011010 | 11001101 | 1010100 | 111000 | 0 | 10100 | 11011100 | 1001001 | 101110 |
Color Harmonies of #205ACD
Complementary color
Monochromatic Colors of #205ACD
Black with #205ACD
Text Example
Text Example
White with #205ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205ACD; }
p { color: rgb(32,90,205); }
H1.HeaderClassName
{
color: #205ACD;
}
.AnyTagClassName
{
color: #205ACD;
}
</style>
background-color css
<style>
a { background-color: #205ACD; }
a { background-color: rgb(32,90,205); }
div.DivClassName
{
background-color: #205ACD;
}
.BgClassName
{
background-color: #205ACD;
}
</style>
border-color css
<style>
span { border-color: #205ACD; }
span { border-color: rgb(32,90,205); }
td.TdClassName
{
border-color: #205ACD;
}
.TagClassName
{
border-color: #205ACD;
}
</style>