Shades of Cornflower Blue #539FFF
Tints of Cornflower Blue #539FFF
RGB
CMYK
RGB Variations
Color information
#539FFF (or 0x539FFF) is known color: Cornflower Blue. HEX triplet: 53, 9F and FF. RGB value is (83,159,255). Sum of RGB (Red+Green+Blue) = 83+159+255=497 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.70% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #539FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539FFF is #AC6000. Grayscale: #929292. Windows color (decimal): -11296769 or 16752467. OLE color: 16752467.
HSL color Cylindrical-coordinate representation of color #539FFF: hue angle of 213.49º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #539FFF is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 159 | 255 | - |
| CMYK | 0.67 | 0.38 | 0 | 0 |
| HSL | 213.49º | 1% | 0.66% | - |
| HSV(B) | 213.49º | 0.67% | 1% | - |
| XYZ | 34.02 | 33.86 | 99.35 | - |
| YUV | 147.22 | 188.82 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 159 | 255 | 0.67 | 0.38 | 0 | 0 | 213.49 | 1 | 0.66 |
| Hex | 53 | 9F | FF | 43 | 26 | 0 | 0 | D5 | 64 | 42 |
| Octal | 123 | 237 | 377 | 103 | 46 | 0 | 0 | 325 | 144 | 102 |
| Binary | 1010011 | 10011111 | 11111111 | 1000011 | 100110 | 0 | 0 | 11010101 | 1100100 | 1000010 |
Color Harmonies of #539FFF
Complementary color
Monochromatic Colors of #539FFF
Black with #539FFF
Text Example
Text Example
White with #539FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539FFF; }
p { color: rgb(83,159,255); }
H1.HeaderClassName
{
color: #539FFF;
}
.AnyTagClassName
{
color: #539FFF;
}
</style>
background-color css
<style>
a { background-color: #539FFF; }
a { background-color: rgb(83,159,255); }
div.DivClassName
{
background-color: #539FFF;
}
.BgClassName
{
background-color: #539FFF;
}
</style>
border-color css
<style>
span { border-color: #539FFF; }
span { border-color: rgb(83,159,255); }
td.TdClassName
{
border-color: #539FFF;
}
.TagClassName
{
border-color: #539FFF;
}
</style>