Shades of Cornflower Blue #537EFC
Tints of Cornflower Blue #537EFC
RGB
CMYK
RGB Variations
Color information
#537EFC (or 0x537EFC) is known color: Cornflower Blue. HEX triplet: 53, 7E and FC. RGB value is (83,126,252). Sum of RGB (Red+Green+Blue) = 83+126+252=461 (61% of max value = 765). Red value is 83 (32.81% from 255 or 18.00% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #537EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537EFC is #AC8103. Grayscale: #7E7E7E. Windows color (decimal): -11305220 or 16547411. OLE color: 16547411.
HSL color Cylindrical-coordinate representation of color #537EFC: hue angle of 224.73º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #537EFC is Cyan = 0.67, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 126 | 252 | - |
| CMYK | 0.67 | 0.5 | 0 | 0.01 |
| HSL | 224.73º | 0.97% | 0.66% | - |
| HSV(B) | 224.73º | 0.67% | 0.99% | - |
| XYZ | 28.6 | 23.79 | 95.18 | - |
| YUV | 127.51 | 198.25 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 126 | 252 | 0.67 | 0.5 | 0 | 0.01 | 224.73 | 0.97 | 0.66 |
| Hex | 53 | 7E | FC | 43 | 32 | 0 | 1 | E1 | 61 | 42 |
| Octal | 123 | 176 | 374 | 103 | 62 | 0 | 1 | 341 | 141 | 102 |
| Binary | 1010011 | 1111110 | 11111100 | 1000011 | 110010 | 0 | 1 | 11100001 | 1100001 | 1000010 |
Color Harmonies of #537EFC
Complementary color
Monochromatic Colors of #537EFC
Black with #537EFC
Text Example
Text Example
White with #537EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537EFC; }
p { color: rgb(83,126,252); }
H1.HeaderClassName
{
color: #537EFC;
}
.AnyTagClassName
{
color: #537EFC;
}
</style>
background-color css
<style>
a { background-color: #537EFC; }
a { background-color: rgb(83,126,252); }
div.DivClassName
{
background-color: #537EFC;
}
.BgClassName
{
background-color: #537EFC;
}
</style>
border-color css
<style>
span { border-color: #537EFC; }
span { border-color: rgb(83,126,252); }
td.TdClassName
{
border-color: #537EFC;
}
.TagClassName
{
border-color: #537EFC;
}
</style>