Shades of Cornflower Blue #537BFE
Tints of Cornflower Blue #537BFE
RGB
CMYK
RGB Variations
Color information
#537BFE (or 0x537BFE) is known color: Cornflower Blue. HEX triplet: 53, 7B and FE. RGB value is (83,123,254). Sum of RGB (Red+Green+Blue) = 83+123+254=460 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.04% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #537BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537BFE is #AC8401. Grayscale: #7D7D7D. Windows color (decimal): -11305986 or 16677715. OLE color: 16677715.
HSL color Cylindrical-coordinate representation of color #537BFE: hue angle of 225.96º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #537BFE is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 123 | 254 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.00 |
| HSL | 225.96º | 0.99% | 0.66% | - |
| HSV(B) | 225.96º | 0.67% | 1% | - |
| XYZ | 28.54 | 23.16 | 96.73 | - |
| YUV | 125.97 | 200.25 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 123 | 254 | 0.67 | 0.52 | 0 | 0.00 | 225.96 | 0.99 | 0.66 |
| Hex | 53 | 7B | FE | 43 | 34 | 0 | 0 | E2 | 63 | 42 |
| Octal | 123 | 173 | 376 | 103 | 64 | 0 | 0 | 342 | 143 | 102 |
| Binary | 1010011 | 1111011 | 11111110 | 1000011 | 110100 | 0 | 0 | 11100010 | 1100011 | 1000010 |
Color Harmonies of #537BFE
Complementary color
Monochromatic Colors of #537BFE
Black with #537BFE
Text Example
Text Example
White with #537BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537BFE; }
p { color: rgb(83,123,254); }
H1.HeaderClassName
{
color: #537BFE;
}
.AnyTagClassName
{
color: #537BFE;
}
</style>
background-color css
<style>
a { background-color: #537BFE; }
a { background-color: rgb(83,123,254); }
div.DivClassName
{
background-color: #537BFE;
}
.BgClassName
{
background-color: #537BFE;
}
</style>
border-color css
<style>
span { border-color: #537BFE; }
span { border-color: rgb(83,123,254); }
td.TdClassName
{
border-color: #537BFE;
}
.TagClassName
{
border-color: #537BFE;
}
</style>