Shades of Cornflower Blue #57A2FF
Tints of Cornflower Blue #57A2FF
RGB
CMYK
RGB Variations
Color information
#57A2FF (or 0x57A2FF) is known color: Cornflower Blue. HEX triplet: 57, A2 and FF. RGB value is (87,162,255). Sum of RGB (Red+Green+Blue) = 87+162+255=504 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.26% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #57A2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57A2FF is #A85D00. Grayscale: #959595. Windows color (decimal): -11033857 or 16753239. OLE color: 16753239.
HSL color Cylindrical-coordinate representation of color #57A2FF: hue angle of 213.21º 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 #57A2FF is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 162 | 255 | - |
| CMYK | 0.66 | 0.36 | 0 | 0 |
| HSL | 213.21º | 1% | 0.67% | - |
| HSV(B) | 213.21º | 0.66% | 1% | - |
| XYZ | 34.9 | 35.09 | 99.54 | - |
| YUV | 150.18 | 187.15 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 162 | 255 | 0.66 | 0.36 | 0 | 0 | 213.21 | 1 | 0.67 |
| Hex | 57 | A2 | FF | 42 | 24 | 0 | 0 | D5 | 64 | 43 |
| Octal | 127 | 242 | 377 | 102 | 44 | 0 | 0 | 325 | 144 | 103 |
| Binary | 1010111 | 10100010 | 11111111 | 1000010 | 100100 | 0 | 0 | 11010101 | 1100100 | 1000011 |
Color Harmonies of #57A2FF
Complementary color
Monochromatic Colors of #57A2FF
Black with #57A2FF
Text Example
Text Example
White with #57A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A2FF; }
p { color: rgb(87,162,255); }
H1.HeaderClassName
{
color: #57A2FF;
}
.AnyTagClassName
{
color: #57A2FF;
}
</style>
background-color css
<style>
a { background-color: #57A2FF; }
a { background-color: rgb(87,162,255); }
div.DivClassName
{
background-color: #57A2FF;
}
.BgClassName
{
background-color: #57A2FF;
}
</style>
border-color css
<style>
span { border-color: #57A2FF; }
span { border-color: rgb(87,162,255); }
td.TdClassName
{
border-color: #57A2FF;
}
.TagClassName
{
border-color: #57A2FF;
}
</style>