Shades of Cornflower Blue #577DFB
Tints of Cornflower Blue #577DFB
RGB
CMYK
RGB Variations
Color information
#577DFB (or 0x577DFB) is known color: Cornflower Blue. HEX triplet: 57, 7D and FB. RGB value is (87,125,251). Sum of RGB (Red+Green+Blue) = 87+125+251=463 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.79% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #577DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #577DFB is #A88204. Grayscale: #7F7F7F. Windows color (decimal): -11043333 or 16481623. OLE color: 16481623.
HSL color Cylindrical-coordinate representation of color #577DFB: hue angle of 226.1º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #577DFB is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 125 | 251 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.02 |
| HSL | 226.1º | 0.95% | 0.66% | - |
| HSV(B) | 226.1º | 0.65% | 0.98% | - |
| XYZ | 28.68 | 23.66 | 94.32 | - |
| YUV | 128 | 197.41 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 125 | 251 | 0.65 | 0.50 | 0 | 0.02 | 226.1 | 0.95 | 0.66 |
| Hex | 57 | 7D | FB | 41 | 32 | 0 | 2 | E2 | 5F | 42 |
| Octal | 127 | 175 | 373 | 101 | 62 | 0 | 2 | 342 | 137 | 102 |
| Binary | 1010111 | 1111101 | 11111011 | 1000001 | 110010 | 0 | 10 | 11100010 | 1011111 | 1000010 |
Color Harmonies of #577DFB
Complementary color
Monochromatic Colors of #577DFB
Black with #577DFB
Text Example
Text Example
White with #577DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577DFB; }
p { color: rgb(87,125,251); }
H1.HeaderClassName
{
color: #577DFB;
}
.AnyTagClassName
{
color: #577DFB;
}
</style>
background-color css
<style>
a { background-color: #577DFB; }
a { background-color: rgb(87,125,251); }
div.DivClassName
{
background-color: #577DFB;
}
.BgClassName
{
background-color: #577DFB;
}
</style>
border-color css
<style>
span { border-color: #577DFB; }
span { border-color: rgb(87,125,251); }
td.TdClassName
{
border-color: #577DFB;
}
.TagClassName
{
border-color: #577DFB;
}
</style>