Shades of Cornflower Blue #539BFA
Tints of Cornflower Blue #539BFA
RGB
CMYK
RGB Variations
Color information
#539BFA (or 0x539BFA) is known color: Cornflower Blue. HEX triplet: 53, 9B and FA. RGB value is (83,155,250). Sum of RGB (Red+Green+Blue) = 83+155+250=488 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.01% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #539BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539BFA is #AC6405. Grayscale: #8F8F8F. Windows color (decimal): -11297798 or 16423763. OLE color: 16423763.
HSL color Cylindrical-coordinate representation of color #539BFA: hue angle of 214.13º degrees, saturation: 0.94, 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 #539BFA is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 155 | 250 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.02 |
| HSL | 214.13º | 0.94% | 0.65% | - |
| HSV(B) | 214.13º | 0.67% | 0.98% | - |
| XYZ | 32.54 | 32.18 | 94.94 | - |
| YUV | 144.3 | 187.65 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 155 | 250 | 0.67 | 0.38 | 0 | 0.02 | 214.13 | 0.94 | 0.65 |
| Hex | 53 | 9B | FA | 43 | 26 | 0 | 2 | D6 | 5E | 41 |
| Octal | 123 | 233 | 372 | 103 | 46 | 0 | 2 | 326 | 136 | 101 |
| Binary | 1010011 | 10011011 | 11111010 | 1000011 | 100110 | 0 | 10 | 11010110 | 1011110 | 1000001 |
Color Harmonies of #539BFA
Complementary color
Monochromatic Colors of #539BFA
Black with #539BFA
Text Example
Text Example
White with #539BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539BFA; }
p { color: rgb(83,155,250); }
H1.HeaderClassName
{
color: #539BFA;
}
.AnyTagClassName
{
color: #539BFA;
}
</style>
background-color css
<style>
a { background-color: #539BFA; }
a { background-color: rgb(83,155,250); }
div.DivClassName
{
background-color: #539BFA;
}
.BgClassName
{
background-color: #539BFA;
}
</style>
border-color css
<style>
span { border-color: #539BFA; }
span { border-color: rgb(83,155,250); }
td.TdClassName
{
border-color: #539BFA;
}
.TagClassName
{
border-color: #539BFA;
}
</style>