Shades of Cornflower Blue #578AF2
Tints of Cornflower Blue #578AF2
RGB
CMYK
RGB Variations
Color information
#578AF2 (or 0x578AF2) is known color: Cornflower Blue. HEX triplet: 57, 8A and F2. RGB value is (87,138,242). Sum of RGB (Red+Green+Blue) = 87+138+242=467 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.63% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #578AF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #578AF2 is #A8750D. Grayscale: #868686. Windows color (decimal): -11040014 or 15895127. OLE color: 15895127.
HSL color Cylindrical-coordinate representation of color #578AF2: hue angle of 220.26º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #578AF2 is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 138 | 242 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.05 |
| HSL | 220.26º | 0.86% | 0.65% | - |
| HSV(B) | 220.26º | 0.64% | 0.95% | - |
| XYZ | 29.05 | 26.61 | 87.61 | - |
| YUV | 134.61 | 188.6 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 138 | 242 | 0.64 | 0.43 | 0 | 0.05 | 220.26 | 0.86 | 0.65 |
| Hex | 57 | 8A | F2 | 40 | 2B | 0 | 5 | DC | 56 | 41 |
| Octal | 127 | 212 | 362 | 100 | 53 | 0 | 5 | 334 | 126 | 101 |
| Binary | 1010111 | 10001010 | 11110010 | 1000000 | 101011 | 0 | 101 | 11011100 | 1010110 | 1000001 |
Color Harmonies of #578AF2
Complementary color
Monochromatic Colors of #578AF2
Black with #578AF2
Text Example
Text Example
White with #578AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578AF2; }
p { color: rgb(87,138,242); }
H1.HeaderClassName
{
color: #578AF2;
}
.AnyTagClassName
{
color: #578AF2;
}
</style>
background-color css
<style>
a { background-color: #578AF2; }
a { background-color: rgb(87,138,242); }
div.DivClassName
{
background-color: #578AF2;
}
.BgClassName
{
background-color: #578AF2;
}
</style>
border-color css
<style>
span { border-color: #578AF2; }
span { border-color: rgb(87,138,242); }
td.TdClassName
{
border-color: #578AF2;
}
.TagClassName
{
border-color: #578AF2;
}
</style>