Shades of Cornflower Blue #539FFB
Tints of Cornflower Blue #539FFB
RGB
CMYK
RGB Variations
Color information
#539FFB (or 0x539FFB) is known color: Cornflower Blue. HEX triplet: 53, 9F and FB. RGB value is (83,159,251). Sum of RGB (Red+Green+Blue) = 83+159+251=493 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.84% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #539FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539FFB is #AC6004. Grayscale: #929292. Windows color (decimal): -11296773 or 16490323. OLE color: 16490323.
HSL color Cylindrical-coordinate representation of color #539FFB: hue angle of 212.86º 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 #539FFB is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 159 | 251 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.02 |
| HSL | 212.86º | 0.95% | 0.65% | - |
| HSV(B) | 212.86º | 0.67% | 0.98% | - |
| XYZ | 33.38 | 33.6 | 95.99 | - |
| YUV | 146.76 | 186.82 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 159 | 251 | 0.67 | 0.37 | 0 | 0.02 | 212.86 | 0.95 | 0.65 |
| Hex | 53 | 9F | FB | 43 | 25 | 0 | 2 | D5 | 5F | 41 |
| Octal | 123 | 237 | 373 | 103 | 45 | 0 | 2 | 325 | 137 | 101 |
| Binary | 1010011 | 10011111 | 11111011 | 1000011 | 100101 | 0 | 10 | 11010101 | 1011111 | 1000001 |
Color Harmonies of #539FFB
Complementary color
Monochromatic Colors of #539FFB
Black with #539FFB
Text Example
Text Example
White with #539FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539FFB; }
p { color: rgb(83,159,251); }
H1.HeaderClassName
{
color: #539FFB;
}
.AnyTagClassName
{
color: #539FFB;
}
</style>
background-color css
<style>
a { background-color: #539FFB; }
a { background-color: rgb(83,159,251); }
div.DivClassName
{
background-color: #539FFB;
}
.BgClassName
{
background-color: #539FFB;
}
</style>
border-color css
<style>
span { border-color: #539FFB; }
span { border-color: rgb(83,159,251); }
td.TdClassName
{
border-color: #539FFB;
}
.TagClassName
{
border-color: #539FFB;
}
</style>