Shades of Cornflower Blue #537CFA
Tints of Cornflower Blue #537CFA
RGB
CMYK
RGB Variations
Color information
#537CFA (or 0x537CFA) is known color: Cornflower Blue. HEX triplet: 53, 7C and FA. RGB value is (83,124,250). Sum of RGB (Red+Green+Blue) = 83+124+250=457 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.16% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #537CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537CFA is #AC8305. Grayscale: #7D7D7D. Windows color (decimal): -11305734 or 16415827. OLE color: 16415827.
HSL color Cylindrical-coordinate representation of color #537CFA: hue angle of 225.27º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #537CFA is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 124 | 250 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.02 |
| HSL | 225.27º | 0.94% | 0.65% | - |
| HSV(B) | 225.27º | 0.67% | 0.98% | - |
| XYZ | 28.03 | 23.16 | 93.43 | - |
| YUV | 126.11 | 197.92 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 250 | 0.67 | 0.50 | 0 | 0.02 | 225.27 | 0.94 | 0.65 |
| Hex | 53 | 7C | FA | 43 | 32 | 0 | 2 | E1 | 5E | 41 |
| Octal | 123 | 174 | 372 | 103 | 62 | 0 | 2 | 341 | 136 | 101 |
| Binary | 1010011 | 1111100 | 11111010 | 1000011 | 110010 | 0 | 10 | 11100001 | 1011110 | 1000001 |
Color Harmonies of #537CFA
Complementary color
Monochromatic Colors of #537CFA
Black with #537CFA
Text Example
Text Example
White with #537CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537CFA; }
p { color: rgb(83,124,250); }
H1.HeaderClassName
{
color: #537CFA;
}
.AnyTagClassName
{
color: #537CFA;
}
</style>
background-color css
<style>
a { background-color: #537CFA; }
a { background-color: rgb(83,124,250); }
div.DivClassName
{
background-color: #537CFA;
}
.BgClassName
{
background-color: #537CFA;
}
</style>
border-color css
<style>
span { border-color: #537CFA; }
span { border-color: rgb(83,124,250); }
td.TdClassName
{
border-color: #537CFA;
}
.TagClassName
{
border-color: #537CFA;
}
</style>