Shades of Cerulean Blue #205ACF
Tints of Cerulean Blue #205ACF
RGB
CMYK
RGB Variations
Color information
#205ACF (or 0x205ACF) is known color: Cerulean Blue. HEX triplet: 20, 5A and CF. RGB value is (32,90,207). Sum of RGB (Red+Green+Blue) = 32+90+207=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #205ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205ACF is #DFA530. Grayscale: #555555. Windows color (decimal): -14656817 or 13589024. OLE color: 13589024.
HSL color Cylindrical-coordinate representation of color #205ACF: hue angle of 220.11º 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 #205ACF is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 90 | 207 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.19 |
| HSL | 220.11º | 0.73% | 0.47% | - |
| HSV(B) | 220.11º | 0.85% | 0.81% | - |
| XYZ | 15.51 | 12.12 | 60.55 | - |
| YUV | 86 | 196.28 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 207 | 0.85 | 0.57 | 0 | 0.19 | 220.11 | 0.73 | 0.47 |
| Hex | 20 | 5A | CF | 55 | 39 | 0 | 13 | DC | 49 | 2F |
| Octal | 40 | 132 | 317 | 125 | 71 | 0 | 23 | 334 | 111 | 57 |
| Binary | 100000 | 1011010 | 11001111 | 1010101 | 111001 | 0 | 10011 | 11011100 | 1001001 | 101111 |
Color Harmonies of #205ACF
Complementary color
Monochromatic Colors of #205ACF
Black with #205ACF
Text Example
Text Example
White with #205ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205ACF; }
p { color: rgb(32,90,207); }
H1.HeaderClassName
{
color: #205ACF;
}
.AnyTagClassName
{
color: #205ACF;
}
</style>
background-color css
<style>
a { background-color: #205ACF; }
a { background-color: rgb(32,90,207); }
div.DivClassName
{
background-color: #205ACF;
}
.BgClassName
{
background-color: #205ACF;
}
</style>
border-color css
<style>
span { border-color: #205ACF; }
span { border-color: rgb(32,90,207); }
td.TdClassName
{
border-color: #205ACF;
}
.TagClassName
{
border-color: #205ACF;
}
</style>