Shades of Cornflower Blue #537BFB
Tints of Cornflower Blue #537BFB
RGB
CMYK
RGB Variations
Color information
#537BFB (or 0x537BFB) is known color: Cornflower Blue. HEX triplet: 53, 7B and FB. RGB value is (83,123,251). Sum of RGB (Red+Green+Blue) = 83+123+251=457 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.16% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #537BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537BFB is #AC8404. Grayscale: #7D7D7D. Windows color (decimal): -11305989 or 16481107. OLE color: 16481107.
HSL color Cylindrical-coordinate representation of color #537BFB: hue angle of 225.71º 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 #537BFB is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 123 | 251 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.02 |
| HSL | 225.71º | 0.95% | 0.65% | - |
| HSV(B) | 225.71º | 0.67% | 0.98% | - |
| XYZ | 28.06 | 22.97 | 94.22 | - |
| YUV | 125.63 | 198.75 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 123 | 251 | 0.67 | 0.51 | 0 | 0.02 | 225.71 | 0.95 | 0.65 |
| Hex | 53 | 7B | FB | 43 | 33 | 0 | 2 | E2 | 5F | 41 |
| Octal | 123 | 173 | 373 | 103 | 63 | 0 | 2 | 342 | 137 | 101 |
| Binary | 1010011 | 1111011 | 11111011 | 1000011 | 110011 | 0 | 10 | 11100010 | 1011111 | 1000001 |
Color Harmonies of #537BFB
Complementary color
Monochromatic Colors of #537BFB
Black with #537BFB
Text Example
Text Example
White with #537BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537BFB; }
p { color: rgb(83,123,251); }
H1.HeaderClassName
{
color: #537BFB;
}
.AnyTagClassName
{
color: #537BFB;
}
</style>
background-color css
<style>
a { background-color: #537BFB; }
a { background-color: rgb(83,123,251); }
div.DivClassName
{
background-color: #537BFB;
}
.BgClassName
{
background-color: #537BFB;
}
</style>
border-color css
<style>
span { border-color: #537BFB; }
span { border-color: rgb(83,123,251); }
td.TdClassName
{
border-color: #537BFB;
}
.TagClassName
{
border-color: #537BFB;
}
</style>