Shades of Cornflower Blue #577AF4
Tints of Cornflower Blue #577AF4
RGB
CMYK
RGB Variations
Color information
#577AF4 (or 0x577AF4) is known color: Cornflower Blue. HEX triplet: 57, 7A and F4. RGB value is (87,122,244). Sum of RGB (Red+Green+Blue) = 87+122+244=453 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.21% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 244 (95.70% from 255 or 53.86% from 453); Max value from RGB is 244 - color contains mainly: blue. Hex color #577AF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #577AF4 is #A8850B. Grayscale: #7C7C7C. Windows color (decimal): -11044108 or 16022103. OLE color: 16022103.
HSL color Cylindrical-coordinate representation of color #577AF4: hue angle of 226.62º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #577AF4 is Cyan = 0.64, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 87 | 122 | 244 | - |
| CMYK | 0.64 | 0.5 | 0 | 0.04 |
| HSL | 226.62º | 0.88% | 0.65% | - |
| HSV(B) | 226.62º | 0.64% | 0.96% | - |
| XYZ | 27.22 | 22.48 | 88.49 | - |
| YUV | 125.44 | 194.9 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 122 | 244 | 0.64 | 0.5 | 0 | 0.04 | 226.62 | 0.88 | 0.65 |
| Hex | 57 | 7A | F4 | 40 | 32 | 0 | 4 | E3 | 58 | 41 |
| Octal | 127 | 172 | 364 | 100 | 62 | 0 | 4 | 343 | 130 | 101 |
| Binary | 1010111 | 1111010 | 11110100 | 1000000 | 110010 | 0 | 100 | 11100011 | 1011000 | 1000001 |
Color Harmonies of #577AF4
Complementary color
Monochromatic Colors of #577AF4
Black with #577AF4
Text Example
Text Example
White with #577AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577AF4; }
p { color: rgb(87,122,244); }
H1.HeaderClassName
{
color: #577AF4;
}
.AnyTagClassName
{
color: #577AF4;
}
</style>
background-color css
<style>
a { background-color: #577AF4; }
a { background-color: rgb(87,122,244); }
div.DivClassName
{
background-color: #577AF4;
}
.BgClassName
{
background-color: #577AF4;
}
</style>
border-color css
<style>
span { border-color: #577AF4; }
span { border-color: rgb(87,122,244); }
td.TdClassName
{
border-color: #577AF4;
}
.TagClassName
{
border-color: #577AF4;
}
</style>