Shades of Cornflower Blue #578DF2
Tints of Cornflower Blue #578DF2
RGB
CMYK
RGB Variations
Color information
#578DF2 (or 0x578DF2) is known color: Cornflower Blue. HEX triplet: 57, 8D and F2. RGB value is (87,141,242). Sum of RGB (Red+Green+Blue) = 87+141+242=470 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.51% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 242 (94.92% from 255 or 51.49% from 470); Max value from RGB is 242 - color contains mainly: blue. Hex color #578DF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #578DF2 is #A8720D. Grayscale: #878787. Windows color (decimal): -11039246 or 15895895. OLE color: 15895895.
HSL color Cylindrical-coordinate representation of color #578DF2: hue angle of 219.1º 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 #578DF2 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 141 | 242 | - |
| CMYK | 0.64 | 0.42 | 0 | 0.05 |
| HSL | 219.1º | 0.86% | 0.65% | - |
| HSV(B) | 219.1º | 0.64% | 0.95% | - |
| XYZ | 29.48 | 27.49 | 87.76 | - |
| YUV | 136.37 | 187.61 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 141 | 242 | 0.64 | 0.42 | 0 | 0.05 | 219.1 | 0.86 | 0.65 |
| Hex | 57 | 8D | F2 | 40 | 2A | 0 | 5 | DB | 56 | 41 |
| Octal | 127 | 215 | 362 | 100 | 52 | 0 | 5 | 333 | 126 | 101 |
| Binary | 1010111 | 10001101 | 11110010 | 1000000 | 101010 | 0 | 101 | 11011011 | 1010110 | 1000001 |
Color Harmonies of #578DF2
Complementary color
Monochromatic Colors of #578DF2
Black with #578DF2
Text Example
Text Example
White with #578DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578DF2; }
p { color: rgb(87,141,242); }
H1.HeaderClassName
{
color: #578DF2;
}
.AnyTagClassName
{
color: #578DF2;
}
</style>
background-color css
<style>
a { background-color: #578DF2; }
a { background-color: rgb(87,141,242); }
div.DivClassName
{
background-color: #578DF2;
}
.BgClassName
{
background-color: #578DF2;
}
</style>
border-color css
<style>
span { border-color: #578DF2; }
span { border-color: rgb(87,141,242); }
td.TdClassName
{
border-color: #578DF2;
}
.TagClassName
{
border-color: #578DF2;
}
</style>