Shades of Cornflower Blue #537DF7
Tints of Cornflower Blue #537DF7
RGB
CMYK
RGB Variations
Color information
#537DF7 (or 0x537DF7) is known color: Cornflower Blue. HEX triplet: 53, 7D and F7. RGB value is (83,125,247). Sum of RGB (Red+Green+Blue) = 83+125+247=455 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.24% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 247 (96.88% from 255 or 54.29% from 455); Max value from RGB is 247 - color contains mainly: blue. Hex color #537DF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537DF7 is #AC8208. Grayscale: #7D7D7D. Windows color (decimal): -11305481 or 16219475. OLE color: 16219475.
HSL color Cylindrical-coordinate representation of color #537DF7: hue angle of 224.63º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #537DF7 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 83 | 125 | 247 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.03 |
| HSL | 224.63º | 0.91% | 0.65% | - |
| HSV(B) | 224.63º | 0.66% | 0.97% | - |
| XYZ | 27.69 | 23.22 | 91.02 | - |
| YUV | 126.35 | 196.09 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 125 | 247 | 0.66 | 0.49 | 0 | 0.03 | 224.63 | 0.91 | 0.65 |
| Hex | 53 | 7D | F7 | 42 | 31 | 0 | 3 | E1 | 5B | 41 |
| Octal | 123 | 175 | 367 | 102 | 61 | 0 | 3 | 341 | 133 | 101 |
| Binary | 1010011 | 1111101 | 11110111 | 1000010 | 110001 | 0 | 11 | 11100001 | 1011011 | 1000001 |
Color Harmonies of #537DF7
Complementary color
Monochromatic Colors of #537DF7
Black with #537DF7
Text Example
Text Example
White with #537DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537DF7; }
p { color: rgb(83,125,247); }
H1.HeaderClassName
{
color: #537DF7;
}
.AnyTagClassName
{
color: #537DF7;
}
</style>
background-color css
<style>
a { background-color: #537DF7; }
a { background-color: rgb(83,125,247); }
div.DivClassName
{
background-color: #537DF7;
}
.BgClassName
{
background-color: #537DF7;
}
</style>
border-color css
<style>
span { border-color: #537DF7; }
span { border-color: rgb(83,125,247); }
td.TdClassName
{
border-color: #537DF7;
}
.TagClassName
{
border-color: #537DF7;
}
</style>