Shades of Cornflower Blue #539BFD
Tints of Cornflower Blue #539BFD
RGB
CMYK
RGB Variations
Color information
#539BFD (or 0x539BFD) is known color: Cornflower Blue. HEX triplet: 53, 9B and FD. RGB value is (83,155,253). Sum of RGB (Red+Green+Blue) = 83+155+253=491 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.90% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #539BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539BFD is #AC6402. Grayscale: #909090. Windows color (decimal): -11297795 or 16620371. OLE color: 16620371.
HSL color Cylindrical-coordinate representation of color #539BFD: hue angle of 214.59º degrees, saturation: 0.98, 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 #539BFD is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 155 | 253 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.01 |
| HSL | 214.59º | 0.98% | 0.66% | - |
| HSV(B) | 214.59º | 0.67% | 0.99% | - |
| XYZ | 33.02 | 32.37 | 97.44 | - |
| YUV | 144.64 | 189.15 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 155 | 253 | 0.67 | 0.39 | 0 | 0.01 | 214.59 | 0.98 | 0.66 |
| Hex | 53 | 9B | FD | 43 | 27 | 0 | 1 | D7 | 62 | 42 |
| Octal | 123 | 233 | 375 | 103 | 47 | 0 | 1 | 327 | 142 | 102 |
| Binary | 1010011 | 10011011 | 11111101 | 1000011 | 100111 | 0 | 1 | 11010111 | 1100010 | 1000010 |
Color Harmonies of #539BFD
Complementary color
Monochromatic Colors of #539BFD
Black with #539BFD
Text Example
Text Example
White with #539BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539BFD; }
p { color: rgb(83,155,253); }
H1.HeaderClassName
{
color: #539BFD;
}
.AnyTagClassName
{
color: #539BFD;
}
</style>
background-color css
<style>
a { background-color: #539BFD; }
a { background-color: rgb(83,155,253); }
div.DivClassName
{
background-color: #539BFD;
}
.BgClassName
{
background-color: #539BFD;
}
</style>
border-color css
<style>
span { border-color: #539BFD; }
span { border-color: rgb(83,155,253); }
td.TdClassName
{
border-color: #539BFD;
}
.TagClassName
{
border-color: #539BFD;
}
</style>