Shades of Cornflower Blue #577AFE
Tints of Cornflower Blue #577AFE
RGB
CMYK
RGB Variations
Color information
#577AFE (or 0x577AFE) is known color: Cornflower Blue. HEX triplet: 57, 7A and FE. RGB value is (87,122,254). Sum of RGB (Red+Green+Blue) = 87+122+254=463 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.79% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #577AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #577AFE is #A88501. Grayscale: #7E7E7E. Windows color (decimal): -11044098 or 16677463. OLE color: 16677463.
HSL color Cylindrical-coordinate representation of color #577AFE: hue angle of 227.43º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #577AFE is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 122 | 254 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.00 |
| HSL | 227.43º | 0.99% | 0.67% | - |
| HSV(B) | 227.43º | 0.66% | 1% | - |
| XYZ | 28.78 | 23.1 | 96.71 | - |
| YUV | 126.58 | 199.9 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 122 | 254 | 0.66 | 0.52 | 0 | 0.00 | 227.43 | 0.99 | 0.67 |
| Hex | 57 | 7A | FE | 42 | 34 | 0 | 0 | E3 | 63 | 43 |
| Octal | 127 | 172 | 376 | 102 | 64 | 0 | 0 | 343 | 143 | 103 |
| Binary | 1010111 | 1111010 | 11111110 | 1000010 | 110100 | 0 | 0 | 11100011 | 1100011 | 1000011 |
Color Harmonies of #577AFE
Complementary color
Monochromatic Colors of #577AFE
Black with #577AFE
Text Example
Text Example
White with #577AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577AFE; }
p { color: rgb(87,122,254); }
H1.HeaderClassName
{
color: #577AFE;
}
.AnyTagClassName
{
color: #577AFE;
}
</style>
background-color css
<style>
a { background-color: #577AFE; }
a { background-color: rgb(87,122,254); }
div.DivClassName
{
background-color: #577AFE;
}
.BgClassName
{
background-color: #577AFE;
}
</style>
border-color css
<style>
span { border-color: #577AFE; }
span { border-color: rgb(87,122,254); }
td.TdClassName
{
border-color: #577AFE;
}
.TagClassName
{
border-color: #577AFE;
}
</style>