Shades of Cornflower Blue #539DF9
Tints of Cornflower Blue #539DF9
RGB
CMYK
RGB Variations
Color information
#539DF9 (or 0x539DF9) is known color: Cornflower Blue. HEX triplet: 53, 9D and F9. RGB value is (83,157,249). Sum of RGB (Red+Green+Blue) = 83+157+249=489 (64% of max value = 765). Red value is 83 (32.81% from 255 or 16.97% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 249 (97.66% from 255 or 50.92% from 489); Max value from RGB is 249 - color contains mainly: blue. Hex color #539DF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539DF9 is #AC6206. Grayscale: #909090. Windows color (decimal): -11297287 or 16358739. OLE color: 16358739.
HSL color Cylindrical-coordinate representation of color #539DF9: hue angle of 213.25º degrees, saturation: 0.93, 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 #539DF9 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 157 | 249 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.02 |
| HSL | 213.25º | 0.93% | 0.65% | - |
| HSV(B) | 213.25º | 0.67% | 0.98% | - |
| XYZ | 32.72 | 32.79 | 94.23 | - |
| YUV | 145.36 | 186.48 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 157 | 249 | 0.67 | 0.37 | 0 | 0.02 | 213.25 | 0.93 | 0.65 |
| Hex | 53 | 9D | F9 | 43 | 25 | 0 | 2 | D5 | 5D | 41 |
| Octal | 123 | 235 | 371 | 103 | 45 | 0 | 2 | 325 | 135 | 101 |
| Binary | 1010011 | 10011101 | 11111001 | 1000011 | 100101 | 0 | 10 | 11010101 | 1011101 | 1000001 |
Color Harmonies of #539DF9
Complementary color
Monochromatic Colors of #539DF9
Black with #539DF9
Text Example
Text Example
White with #539DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539DF9; }
p { color: rgb(83,157,249); }
H1.HeaderClassName
{
color: #539DF9;
}
.AnyTagClassName
{
color: #539DF9;
}
</style>
background-color css
<style>
a { background-color: #539DF9; }
a { background-color: rgb(83,157,249); }
div.DivClassName
{
background-color: #539DF9;
}
.BgClassName
{
background-color: #539DF9;
}
</style>
border-color css
<style>
span { border-color: #539DF9; }
span { border-color: rgb(83,157,249); }
td.TdClassName
{
border-color: #539DF9;
}
.TagClassName
{
border-color: #539DF9;
}
</style>