Shades of Cornflower Blue #539BFE
Tints of Cornflower Blue #539BFE
RGB
CMYK
RGB Variations
Color information
#539BFE (or 0x539BFE) is known color: Cornflower Blue. HEX triplet: 53, 9B and FE. RGB value is (83,155,254). Sum of RGB (Red+Green+Blue) = 83+155+254=492 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.87% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #539BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539BFE is #AC6401. Grayscale: #909090. Windows color (decimal): -11297794 or 16685907. OLE color: 16685907.
HSL color Cylindrical-coordinate representation of color #539BFE: hue angle of 214.74º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #539BFE is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 155 | 254 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.00 |
| HSL | 214.74º | 0.99% | 0.66% | - |
| HSV(B) | 214.74º | 0.67% | 1% | - |
| XYZ | 33.18 | 32.44 | 98.28 | - |
| YUV | 144.76 | 189.65 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 155 | 254 | 0.67 | 0.39 | 0 | 0.00 | 214.74 | 0.99 | 0.66 |
| Hex | 53 | 9B | FE | 43 | 27 | 0 | 0 | D7 | 63 | 42 |
| Octal | 123 | 233 | 376 | 103 | 47 | 0 | 0 | 327 | 143 | 102 |
| Binary | 1010011 | 10011011 | 11111110 | 1000011 | 100111 | 0 | 0 | 11010111 | 1100011 | 1000010 |
Color Harmonies of #539BFE
Complementary color
Monochromatic Colors of #539BFE
Black with #539BFE
Text Example
Text Example
White with #539BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539BFE; }
p { color: rgb(83,155,254); }
H1.HeaderClassName
{
color: #539BFE;
}
.AnyTagClassName
{
color: #539BFE;
}
</style>
background-color css
<style>
a { background-color: #539BFE; }
a { background-color: rgb(83,155,254); }
div.DivClassName
{
background-color: #539BFE;
}
.BgClassName
{
background-color: #539BFE;
}
</style>
border-color css
<style>
span { border-color: #539BFE; }
span { border-color: rgb(83,155,254); }
td.TdClassName
{
border-color: #539BFE;
}
.TagClassName
{
border-color: #539BFE;
}
</style>