Shades of Cornflower Blue #577AFF
Tints of Cornflower Blue #577AFF
RGB
CMYK
RGB Variations
Color information
#577AFF (or 0x577AFF) is known color: Cornflower Blue. HEX triplet: 57, 7A and FF. RGB value is (87,122,255). Sum of RGB (Red+Green+Blue) = 87+122+255=464 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.75% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #577AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #577AFF is #A88500. Grayscale: #7E7E7E. Windows color (decimal): -11044097 or 16742999. OLE color: 16742999.
HSL color Cylindrical-coordinate representation of color #577AFF: hue angle of 227.5º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #577AFF is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 122 | 255 | - |
| CMYK | 0.66 | 0.52 | 0 | 0 |
| HSL | 227.5º | 1% | 0.67% | - |
| HSV(B) | 227.5º | 0.66% | 1% | - |
| XYZ | 28.94 | 23.17 | 97.55 | - |
| YUV | 126.7 | 200.4 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 122 | 255 | 0.66 | 0.52 | 0 | 0 | 227.5 | 1 | 0.67 |
| Hex | 57 | 7A | FF | 42 | 34 | 0 | 0 | E4 | 64 | 43 |
| Octal | 127 | 172 | 377 | 102 | 64 | 0 | 0 | 344 | 144 | 103 |
| Binary | 1010111 | 1111010 | 11111111 | 1000010 | 110100 | 0 | 0 | 11100100 | 1100100 | 1000011 |
Color Harmonies of #577AFF
Complementary color
Monochromatic Colors of #577AFF
Black with #577AFF
Text Example
Text Example
White with #577AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577AFF; }
p { color: rgb(87,122,255); }
H1.HeaderClassName
{
color: #577AFF;
}
.AnyTagClassName
{
color: #577AFF;
}
</style>
background-color css
<style>
a { background-color: #577AFF; }
a { background-color: rgb(87,122,255); }
div.DivClassName
{
background-color: #577AFF;
}
.BgClassName
{
background-color: #577AFF;
}
</style>
border-color css
<style>
span { border-color: #577AFF; }
span { border-color: rgb(87,122,255); }
td.TdClassName
{
border-color: #577AFF;
}
.TagClassName
{
border-color: #577AFF;
}
</style>