Shades of Cornflower Blue #57A0FF
Tints of Cornflower Blue #57A0FF
RGB
CMYK
RGB Variations
Color information
#57A0FF (or 0x57A0FF) is known color: Cornflower Blue. HEX triplet: 57, A0 and FF. RGB value is (87,160,255). Sum of RGB (Red+Green+Blue) = 87+160+255=502 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.33% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #57A0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57A0FF is #A85F00. Grayscale: #949494. Windows color (decimal): -11034369 or 16752727. OLE color: 16752727.
HSL color Cylindrical-coordinate representation of color #57A0FF: hue angle of 213.93º 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 #57A0FF is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 160 | 255 | - |
| CMYK | 0.66 | 0.37 | 0 | 0 |
| HSL | 213.93º | 1% | 0.67% | - |
| HSV(B) | 213.93º | 0.66% | 1% | - |
| XYZ | 34.55 | 34.39 | 99.42 | - |
| YUV | 149 | 187.82 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 160 | 255 | 0.66 | 0.37 | 0 | 0 | 213.93 | 1 | 0.67 |
| Hex | 57 | A0 | FF | 42 | 25 | 0 | 0 | D6 | 64 | 43 |
| Octal | 127 | 240 | 377 | 102 | 45 | 0 | 0 | 326 | 144 | 103 |
| Binary | 1010111 | 10100000 | 11111111 | 1000010 | 100101 | 0 | 0 | 11010110 | 1100100 | 1000011 |
Color Harmonies of #57A0FF
Complementary color
Monochromatic Colors of #57A0FF
Black with #57A0FF
Text Example
Text Example
White with #57A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A0FF; }
p { color: rgb(87,160,255); }
H1.HeaderClassName
{
color: #57A0FF;
}
.AnyTagClassName
{
color: #57A0FF;
}
</style>
background-color css
<style>
a { background-color: #57A0FF; }
a { background-color: rgb(87,160,255); }
div.DivClassName
{
background-color: #57A0FF;
}
.BgClassName
{
background-color: #57A0FF;
}
</style>
border-color css
<style>
span { border-color: #57A0FF; }
span { border-color: rgb(87,160,255); }
td.TdClassName
{
border-color: #57A0FF;
}
.TagClassName
{
border-color: #57A0FF;
}
</style>