Shades of Cornflower Blue #539FFC
Tints of Cornflower Blue #539FFC
RGB
CMYK
RGB Variations
Color information
#539FFC (or 0x539FFC) is known color: Cornflower Blue. HEX triplet: 53, 9F and FC. RGB value is (83,159,252). Sum of RGB (Red+Green+Blue) = 83+159+252=494 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.80% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #539FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539FFC is #AC6003. Grayscale: #929292. Windows color (decimal): -11296772 or 16555859. OLE color: 16555859.
HSL color Cylindrical-coordinate representation of color #539FFC: hue angle of 213.02º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #539FFC is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 159 | 252 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.01 |
| HSL | 213.02º | 0.97% | 0.66% | - |
| HSV(B) | 213.02º | 0.67% | 0.99% | - |
| XYZ | 33.54 | 33.66 | 96.83 | - |
| YUV | 146.88 | 187.32 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 159 | 252 | 0.67 | 0.37 | 0 | 0.01 | 213.02 | 0.97 | 0.66 |
| Hex | 53 | 9F | FC | 43 | 25 | 0 | 1 | D5 | 61 | 42 |
| Octal | 123 | 237 | 374 | 103 | 45 | 0 | 1 | 325 | 141 | 102 |
| Binary | 1010011 | 10011111 | 11111100 | 1000011 | 100101 | 0 | 1 | 11010101 | 1100001 | 1000010 |
Color Harmonies of #539FFC
Complementary color
Monochromatic Colors of #539FFC
Black with #539FFC
Text Example
Text Example
White with #539FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539FFC; }
p { color: rgb(83,159,252); }
H1.HeaderClassName
{
color: #539FFC;
}
.AnyTagClassName
{
color: #539FFC;
}
</style>
background-color css
<style>
a { background-color: #539FFC; }
a { background-color: rgb(83,159,252); }
div.DivClassName
{
background-color: #539FFC;
}
.BgClassName
{
background-color: #539FFC;
}
</style>
border-color css
<style>
span { border-color: #539FFC; }
span { border-color: rgb(83,159,252); }
td.TdClassName
{
border-color: #539FFC;
}
.TagClassName
{
border-color: #539FFC;
}
</style>