Shades of Cornflower Blue #578ADD
Tints of Cornflower Blue #578ADD
RGB
CMYK
RGB Variations
Color information
#578ADD (or 0x578ADD) is known color: Cornflower Blue. HEX triplet: 57, 8A and DD. RGB value is (87,138,221). Sum of RGB (Red+Green+Blue) = 87+138+221=446 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.51% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #578ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578ADD is #A87522. Grayscale: #838383. Windows color (decimal): -11040035 or 14518871. OLE color: 14518871.
HSL color Cylindrical-coordinate representation of color #578ADD: hue angle of 217.16º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #578ADD is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 138 | 221 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.13 |
| HSL | 217.16º | 0.66% | 0.6% | - |
| HSV(B) | 217.16º | 0.61% | 0.87% | - |
| XYZ | 26.07 | 25.42 | 71.94 | - |
| YUV | 132.21 | 178.1 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 138 | 221 | 0.61 | 0.38 | 0 | 0.13 | 217.16 | 0.66 | 0.6 |
| Hex | 57 | 8A | DD | 3D | 26 | 0 | D | D9 | 42 | 3C |
| Octal | 127 | 212 | 335 | 75 | 46 | 0 | 15 | 331 | 102 | 74 |
| Binary | 1010111 | 10001010 | 11011101 | 111101 | 100110 | 0 | 1101 | 11011001 | 1000010 | 111100 |
Color Harmonies of #578ADD
Complementary color
Monochromatic Colors of #578ADD
Black with #578ADD
Text Example
Text Example
White with #578ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578ADD; }
p { color: rgb(87,138,221); }
H1.HeaderClassName
{
color: #578ADD;
}
.AnyTagClassName
{
color: #578ADD;
}
</style>
background-color css
<style>
a { background-color: #578ADD; }
a { background-color: rgb(87,138,221); }
div.DivClassName
{
background-color: #578ADD;
}
.BgClassName
{
background-color: #578ADD;
}
</style>
border-color css
<style>
span { border-color: #578ADD; }
span { border-color: rgb(87,138,221); }
td.TdClassName
{
border-color: #578ADD;
}
.TagClassName
{
border-color: #578ADD;
}
</style>