Shades of Cornflower Blue #537FFF
Tints of Cornflower Blue #537FFF
RGB
CMYK
RGB Variations
Color information
#537FFF (or 0x537FFF) is known color: Cornflower Blue. HEX triplet: 53, 7F and FF. RGB value is (83,127,255). Sum of RGB (Red+Green+Blue) = 83+127+255=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #537FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537FFF is #AC8000. Grayscale: #7F7F7F. Windows color (decimal): -11304961 or 16744275. OLE color: 16744275.
HSL color Cylindrical-coordinate representation of color #537FFF: hue angle of 224.65º 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 #537FFF is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 127 | 255 | - |
| CMYK | 0.67 | 0.50 | 0 | 0 |
| HSL | 224.65º | 1% | 0.66% | - |
| HSV(B) | 224.65º | 0.67% | 1% | - |
| XYZ | 29.21 | 24.24 | 97.75 | - |
| YUV | 128.44 | 199.42 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 127 | 255 | 0.67 | 0.50 | 0 | 0 | 224.65 | 1 | 0.66 |
| Hex | 53 | 7F | FF | 43 | 32 | 0 | 0 | E1 | 64 | 42 |
| Octal | 123 | 177 | 377 | 103 | 62 | 0 | 0 | 341 | 144 | 102 |
| Binary | 1010011 | 1111111 | 11111111 | 1000011 | 110010 | 0 | 0 | 11100001 | 1100100 | 1000010 |
Color Harmonies of #537FFF
Complementary color
Monochromatic Colors of #537FFF
Black with #537FFF
Text Example
Text Example
White with #537FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537FFF; }
p { color: rgb(83,127,255); }
H1.HeaderClassName
{
color: #537FFF;
}
.AnyTagClassName
{
color: #537FFF;
}
</style>
background-color css
<style>
a { background-color: #537FFF; }
a { background-color: rgb(83,127,255); }
div.DivClassName
{
background-color: #537FFF;
}
.BgClassName
{
background-color: #537FFF;
}
</style>
border-color css
<style>
span { border-color: #537FFF; }
span { border-color: rgb(83,127,255); }
td.TdClassName
{
border-color: #537FFF;
}
.TagClassName
{
border-color: #537FFF;
}
</style>