Shades of Cornflower Blue #537DFF
Tints of Cornflower Blue #537DFF
RGB
CMYK
RGB Variations
Color information
#537DFF (or 0x537DFF) is known color: Cornflower Blue. HEX triplet: 53, 7D and FF. RGB value is (83,125,255). Sum of RGB (Red+Green+Blue) = 83+125+255=463 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.93% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #537DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537DFF is #AC8200. Grayscale: #7E7E7E. Windows color (decimal): -11305473 or 16743763. OLE color: 16743763.
HSL color Cylindrical-coordinate representation of color #537DFF: hue angle of 225.35º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #537DFF is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 125 | 255 | - |
| CMYK | 0.67 | 0.51 | 0 | 0 |
| HSL | 225.35º | 1% | 0.66% | - |
| HSV(B) | 225.35º | 0.67% | 1% | - |
| XYZ | 28.95 | 23.73 | 97.66 | - |
| YUV | 127.26 | 200.09 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 125 | 255 | 0.67 | 0.51 | 0 | 0 | 225.35 | 1 | 0.66 |
| Hex | 53 | 7D | FF | 43 | 33 | 0 | 0 | E1 | 64 | 42 |
| Octal | 123 | 175 | 377 | 103 | 63 | 0 | 0 | 341 | 144 | 102 |
| Binary | 1010011 | 1111101 | 11111111 | 1000011 | 110011 | 0 | 0 | 11100001 | 1100100 | 1000010 |
Color Harmonies of #537DFF
Complementary color
Monochromatic Colors of #537DFF
Black with #537DFF
Text Example
Text Example
White with #537DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537DFF; }
p { color: rgb(83,125,255); }
H1.HeaderClassName
{
color: #537DFF;
}
.AnyTagClassName
{
color: #537DFF;
}
</style>
background-color css
<style>
a { background-color: #537DFF; }
a { background-color: rgb(83,125,255); }
div.DivClassName
{
background-color: #537DFF;
}
.BgClassName
{
background-color: #537DFF;
}
</style>
border-color css
<style>
span { border-color: #537DFF; }
span { border-color: rgb(83,125,255); }
td.TdClassName
{
border-color: #537DFF;
}
.TagClassName
{
border-color: #537DFF;
}
</style>