Shades of Cornflower Blue #57A4FE
Tints of Cornflower Blue #57A4FE
RGB
CMYK
RGB Variations
Color information
#57A4FE (or 0x57A4FE) is known color: Cornflower Blue. HEX triplet: 57, A4 and FE. RGB value is (87,164,254). Sum of RGB (Red+Green+Blue) = 87+164+254=505 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.23% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #57A4FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57A4FE is #A85B01. Grayscale: #969696. Windows color (decimal): -11033346 or 16688215. OLE color: 16688215.
HSL color Cylindrical-coordinate representation of color #57A4FE: hue angle of 212.34º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57A4FE is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 164 | 254 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.00 |
| HSL | 212.34º | 0.99% | 0.67% | - |
| HSV(B) | 212.34º | 0.66% | 1% | - |
| XYZ | 35.1 | 35.73 | 98.81 | - |
| YUV | 151.24 | 185.99 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 164 | 254 | 0.66 | 0.35 | 0 | 0.00 | 212.34 | 0.99 | 0.67 |
| Hex | 57 | A4 | FE | 42 | 23 | 0 | 0 | D4 | 63 | 43 |
| Octal | 127 | 244 | 376 | 102 | 43 | 0 | 0 | 324 | 143 | 103 |
| Binary | 1010111 | 10100100 | 11111110 | 1000010 | 100011 | 0 | 0 | 11010100 | 1100011 | 1000011 |
Color Harmonies of #57A4FE
Complementary color
Monochromatic Colors of #57A4FE
Black with #57A4FE
Text Example
Text Example
White with #57A4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A4FE; }
p { color: rgb(87,164,254); }
H1.HeaderClassName
{
color: #57A4FE;
}
.AnyTagClassName
{
color: #57A4FE;
}
</style>
background-color css
<style>
a { background-color: #57A4FE; }
a { background-color: rgb(87,164,254); }
div.DivClassName
{
background-color: #57A4FE;
}
.BgClassName
{
background-color: #57A4FE;
}
</style>
border-color css
<style>
span { border-color: #57A4FE; }
span { border-color: rgb(87,164,254); }
td.TdClassName
{
border-color: #57A4FE;
}
.TagClassName
{
border-color: #57A4FE;
}
</style>