Shades of Cornflower Blue #57A8F3
Tints of Cornflower Blue #57A8F3
RGB
CMYK
RGB Variations
Color information
#57A8F3 (or 0x57A8F3) is known color: Cornflower Blue. HEX triplet: 57, A8 and F3. RGB value is (87,168,243). Sum of RGB (Red+Green+Blue) = 87+168+243=498 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.47% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #57A8F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57A8F3 is #A8570C. Grayscale: #979797. Windows color (decimal): -11032333 or 15968343. OLE color: 15968343.
HSL color Cylindrical-coordinate representation of color #57A8F3: hue angle of 208.85º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57A8F3 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 168 | 243 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.05 |
| HSL | 208.85º | 0.87% | 0.65% | - |
| HSV(B) | 208.85º | 0.64% | 0.95% | - |
| XYZ | 34.11 | 36.5 | 90.04 | - |
| YUV | 152.33 | 179.16 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 168 | 243 | 0.64 | 0.31 | 0 | 0.05 | 208.85 | 0.87 | 0.65 |
| Hex | 57 | A8 | F3 | 40 | 1F | 0 | 5 | D1 | 57 | 41 |
| Octal | 127 | 250 | 363 | 100 | 37 | 0 | 5 | 321 | 127 | 101 |
| Binary | 1010111 | 10101000 | 11110011 | 1000000 | 11111 | 0 | 101 | 11010001 | 1010111 | 1000001 |
Color Harmonies of #57A8F3
Complementary color
Monochromatic Colors of #57A8F3
Black with #57A8F3
Text Example
Text Example
White with #57A8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A8F3; }
p { color: rgb(87,168,243); }
H1.HeaderClassName
{
color: #57A8F3;
}
.AnyTagClassName
{
color: #57A8F3;
}
</style>
background-color css
<style>
a { background-color: #57A8F3; }
a { background-color: rgb(87,168,243); }
div.DivClassName
{
background-color: #57A8F3;
}
.BgClassName
{
background-color: #57A8F3;
}
</style>
border-color css
<style>
span { border-color: #57A8F3; }
span { border-color: rgb(87,168,243); }
td.TdClassName
{
border-color: #57A8F3;
}
.TagClassName
{
border-color: #57A8F3;
}
</style>