Shades of Cornflower Blue #537BFC
Tints of Cornflower Blue #537BFC
RGB
CMYK
RGB Variations
Color information
#537BFC (or 0x537BFC) is known color: Cornflower Blue. HEX triplet: 53, 7B and FC. RGB value is (83,123,252). Sum of RGB (Red+Green+Blue) = 83+123+252=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #537BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537BFC is #AC8403. Grayscale: #7D7D7D. Windows color (decimal): -11305988 or 16546643. OLE color: 16546643.
HSL color Cylindrical-coordinate representation of color #537BFC: hue angle of 225.8º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #537BFC is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 123 | 252 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.01 |
| HSL | 225.8º | 0.97% | 0.66% | - |
| HSV(B) | 225.8º | 0.67% | 0.99% | - |
| XYZ | 28.22 | 23.03 | 95.05 | - |
| YUV | 125.75 | 199.25 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 123 | 252 | 0.67 | 0.51 | 0 | 0.01 | 225.8 | 0.97 | 0.66 |
| Hex | 53 | 7B | FC | 43 | 33 | 0 | 1 | E2 | 61 | 42 |
| Octal | 123 | 173 | 374 | 103 | 63 | 0 | 1 | 342 | 141 | 102 |
| Binary | 1010011 | 1111011 | 11111100 | 1000011 | 110011 | 0 | 1 | 11100010 | 1100001 | 1000010 |
Color Harmonies of #537BFC
Complementary color
Monochromatic Colors of #537BFC
Black with #537BFC
Text Example
Text Example
White with #537BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537BFC; }
p { color: rgb(83,123,252); }
H1.HeaderClassName
{
color: #537BFC;
}
.AnyTagClassName
{
color: #537BFC;
}
</style>
background-color css
<style>
a { background-color: #537BFC; }
a { background-color: rgb(83,123,252); }
div.DivClassName
{
background-color: #537BFC;
}
.BgClassName
{
background-color: #537BFC;
}
</style>
border-color css
<style>
span { border-color: #537BFC; }
span { border-color: rgb(83,123,252); }
td.TdClassName
{
border-color: #537BFC;
}
.TagClassName
{
border-color: #537BFC;
}
</style>