Shades of Cornflower Blue #537DFB
Tints of Cornflower Blue #537DFB
RGB
CMYK
RGB Variations
Color information
#537DFB (or 0x537DFB) is known color: Cornflower Blue. HEX triplet: 53, 7D and FB. RGB value is (83,125,251). Sum of RGB (Red+Green+Blue) = 83+125+251=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #537DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537DFB is #AC8204. Grayscale: #7E7E7E. Windows color (decimal): -11305477 or 16481619. OLE color: 16481619.
HSL color Cylindrical-coordinate representation of color #537DFB: hue angle of 225º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #537DFB is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 125 | 251 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.02 |
| HSL | 225º | 0.95% | 0.65% | - |
| HSV(B) | 225º | 0.67% | 0.98% | - |
| XYZ | 28.31 | 23.47 | 94.3 | - |
| YUV | 126.81 | 198.09 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 125 | 251 | 0.67 | 0.50 | 0 | 0.02 | 225 | 0.95 | 0.65 |
| Hex | 53 | 7D | FB | 43 | 32 | 0 | 2 | E1 | 5F | 41 |
| Octal | 123 | 175 | 373 | 103 | 62 | 0 | 2 | 341 | 137 | 101 |
| Binary | 1010011 | 1111101 | 11111011 | 1000011 | 110010 | 0 | 10 | 11100001 | 1011111 | 1000001 |
Color Harmonies of #537DFB
Complementary color
Monochromatic Colors of #537DFB
Black with #537DFB
Text Example
Text Example
White with #537DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537DFB; }
p { color: rgb(83,125,251); }
H1.HeaderClassName
{
color: #537DFB;
}
.AnyTagClassName
{
color: #537DFB;
}
</style>
background-color css
<style>
a { background-color: #537DFB; }
a { background-color: rgb(83,125,251); }
div.DivClassName
{
background-color: #537DFB;
}
.BgClassName
{
background-color: #537DFB;
}
</style>
border-color css
<style>
span { border-color: #537DFB; }
span { border-color: rgb(83,125,251); }
td.TdClassName
{
border-color: #537DFB;
}
.TagClassName
{
border-color: #537DFB;
}
</style>