Shades of Cornflower Blue #537CF6
Tints of Cornflower Blue #537CF6
RGB
CMYK
RGB Variations
Color information
#537CF6 (or 0x537CF6) is known color: Cornflower Blue. HEX triplet: 53, 7C and F6. RGB value is (83,124,246). Sum of RGB (Red+Green+Blue) = 83+124+246=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 246 (96.48% from 255 or 54.30% from 453); Max value from RGB is 246 - color contains mainly: blue. Hex color #537CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537CF6 is #AC8309. Grayscale: #7D7D7D. Windows color (decimal): -11305738 or 16153683. OLE color: 16153683.
HSL color Cylindrical-coordinate representation of color #537CF6: hue angle of 224.91º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #537CF6 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 124 | 246 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.04 |
| HSL | 224.91º | 0.9% | 0.65% | - |
| HSV(B) | 224.91º | 0.66% | 0.96% | - |
| XYZ | 27.41 | 22.91 | 90.17 | - |
| YUV | 125.65 | 195.92 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 246 | 0.66 | 0.50 | 0 | 0.04 | 224.91 | 0.9 | 0.65 |
| Hex | 53 | 7C | F6 | 42 | 32 | 0 | 4 | E1 | 5A | 41 |
| Octal | 123 | 174 | 366 | 102 | 62 | 0 | 4 | 341 | 132 | 101 |
| Binary | 1010011 | 1111100 | 11110110 | 1000010 | 110010 | 0 | 100 | 11100001 | 1011010 | 1000001 |
Color Harmonies of #537CF6
Complementary color
Monochromatic Colors of #537CF6
Black with #537CF6
Text Example
Text Example
White with #537CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537CF6; }
p { color: rgb(83,124,246); }
H1.HeaderClassName
{
color: #537CF6;
}
.AnyTagClassName
{
color: #537CF6;
}
</style>
background-color css
<style>
a { background-color: #537CF6; }
a { background-color: rgb(83,124,246); }
div.DivClassName
{
background-color: #537CF6;
}
.BgClassName
{
background-color: #537CF6;
}
</style>
border-color css
<style>
span { border-color: #537CF6; }
span { border-color: rgb(83,124,246); }
td.TdClassName
{
border-color: #537CF6;
}
.TagClassName
{
border-color: #537CF6;
}
</style>