Shades of Cornflower Blue #577DFF
Tints of Cornflower Blue #577DFF
RGB
CMYK
RGB Variations
Color information
#577DFF (or 0x577DFF) is known color: Cornflower Blue. HEX triplet: 57, 7D and FF. RGB value is (87,125,255). Sum of RGB (Red+Green+Blue) = 87+125+255=467 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.63% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #577DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #577DFF is #A88200. Grayscale: #7F7F7F. Windows color (decimal): -11043329 or 16743767. OLE color: 16743767.
HSL color Cylindrical-coordinate representation of color #577DFF: hue angle of 226.43º 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 #577DFF is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 125 | 255 | - |
| CMYK | 0.66 | 0.51 | 0 | 0 |
| HSL | 226.43º | 1% | 0.67% | - |
| HSV(B) | 226.43º | 0.66% | 1% | - |
| XYZ | 29.31 | 23.91 | 97.68 | - |
| YUV | 128.46 | 199.41 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 125 | 255 | 0.66 | 0.51 | 0 | 0 | 226.43 | 1 | 0.67 |
| Hex | 57 | 7D | FF | 42 | 33 | 0 | 0 | E2 | 64 | 43 |
| Octal | 127 | 175 | 377 | 102 | 63 | 0 | 0 | 342 | 144 | 103 |
| Binary | 1010111 | 1111101 | 11111111 | 1000010 | 110011 | 0 | 0 | 11100010 | 1100100 | 1000011 |
Color Harmonies of #577DFF
Complementary color
Monochromatic Colors of #577DFF
Black with #577DFF
Text Example
Text Example
White with #577DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577DFF; }
p { color: rgb(87,125,255); }
H1.HeaderClassName
{
color: #577DFF;
}
.AnyTagClassName
{
color: #577DFF;
}
</style>
background-color css
<style>
a { background-color: #577DFF; }
a { background-color: rgb(87,125,255); }
div.DivClassName
{
background-color: #577DFF;
}
.BgClassName
{
background-color: #577DFF;
}
</style>
border-color css
<style>
span { border-color: #577DFF; }
span { border-color: rgb(87,125,255); }
td.TdClassName
{
border-color: #577DFF;
}
.TagClassName
{
border-color: #577DFF;
}
</style>