Shades of Cornflower Blue #537FEA
Tints of Cornflower Blue #537FEA
RGB
CMYK
RGB Variations
Color information
#537FEA (or 0x537FEA) is known color: Cornflower Blue. HEX triplet: 53, 7F and EA. RGB value is (83,127,234). Sum of RGB (Red+Green+Blue) = 83+127+234=444 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.69% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #537FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537FEA is #AC8015. Grayscale: #7D7D7D. Windows color (decimal): -11304982 or 15368019. OLE color: 15368019.
HSL color Cylindrical-coordinate representation of color #537FEA: hue angle of 222.52º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #537FEA is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 127 | 234 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.08 |
| HSL | 222.52º | 0.78% | 0.62% | - |
| HSV(B) | 222.52º | 0.65% | 0.92% | - |
| XYZ | 26.01 | 22.96 | 80.9 | - |
| YUV | 126.04 | 188.92 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 127 | 234 | 0.65 | 0.46 | 0 | 0.08 | 222.52 | 0.78 | 0.62 |
| Hex | 53 | 7F | EA | 41 | 2E | 0 | 8 | DF | 4E | 3E |
| Octal | 123 | 177 | 352 | 101 | 56 | 0 | 10 | 337 | 116 | 76 |
| Binary | 1010011 | 1111111 | 11101010 | 1000001 | 101110 | 0 | 1000 | 11011111 | 1001110 | 111110 |
Color Harmonies of #537FEA
Complementary color
Monochromatic Colors of #537FEA
Black with #537FEA
Text Example
Text Example
White with #537FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537FEA; }
p { color: rgb(83,127,234); }
H1.HeaderClassName
{
color: #537FEA;
}
.AnyTagClassName
{
color: #537FEA;
}
</style>
background-color css
<style>
a { background-color: #537FEA; }
a { background-color: rgb(83,127,234); }
div.DivClassName
{
background-color: #537FEA;
}
.BgClassName
{
background-color: #537FEA;
}
</style>
border-color css
<style>
span { border-color: #537FEA; }
span { border-color: rgb(83,127,234); }
td.TdClassName
{
border-color: #537FEA;
}
.TagClassName
{
border-color: #537FEA;
}
</style>