Shades of Cornflower Blue #539DFF
Tints of Cornflower Blue #539DFF
RGB
CMYK
RGB Variations
Color information
#539DFF (or 0x539DFF) is known color: Cornflower Blue. HEX triplet: 53, 9D and FF. RGB value is (83,157,255). Sum of RGB (Red+Green+Blue) = 83+157+255=495 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.77% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #539DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539DFF is #AC6200. Grayscale: #919191. Windows color (decimal): -11297281 or 16751955. OLE color: 16751955.
HSL color Cylindrical-coordinate representation of color #539DFF: hue angle of 214.19º 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 #539DFF is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 157 | 255 | - |
| CMYK | 0.67 | 0.38 | 0 | 0 |
| HSL | 214.19º | 1% | 0.66% | - |
| HSV(B) | 214.19º | 0.67% | 1% | - |
| XYZ | 33.67 | 33.17 | 99.24 | - |
| YUV | 146.05 | 189.48 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 157 | 255 | 0.67 | 0.38 | 0 | 0 | 214.19 | 1 | 0.66 |
| Hex | 53 | 9D | FF | 43 | 26 | 0 | 0 | D6 | 64 | 42 |
| Octal | 123 | 235 | 377 | 103 | 46 | 0 | 0 | 326 | 144 | 102 |
| Binary | 1010011 | 10011101 | 11111111 | 1000011 | 100110 | 0 | 0 | 11010110 | 1100100 | 1000010 |
Color Harmonies of #539DFF
Complementary color
Monochromatic Colors of #539DFF
Black with #539DFF
Text Example
Text Example
White with #539DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539DFF; }
p { color: rgb(83,157,255); }
H1.HeaderClassName
{
color: #539DFF;
}
.AnyTagClassName
{
color: #539DFF;
}
</style>
background-color css
<style>
a { background-color: #539DFF; }
a { background-color: rgb(83,157,255); }
div.DivClassName
{
background-color: #539DFF;
}
.BgClassName
{
background-color: #539DFF;
}
</style>
border-color css
<style>
span { border-color: #539DFF; }
span { border-color: rgb(83,157,255); }
td.TdClassName
{
border-color: #539DFF;
}
.TagClassName
{
border-color: #539DFF;
}
</style>