Shades of Cornflower Blue #539AF3
Tints of Cornflower Blue #539AF3
RGB
CMYK
RGB Variations
Color information
#539AF3 (or 0x539AF3) is known color: Cornflower Blue. HEX triplet: 53, 9A and F3. RGB value is (83,154,243). Sum of RGB (Red+Green+Blue) = 83+154+243=480 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.29% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 243 (95.31% from 255 or 50.62% from 480); Max value from RGB is 243 - color contains mainly: blue. Hex color #539AF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539AF3 is #AC650C. Grayscale: #8E8E8E. Windows color (decimal): -11298061 or 15964755. OLE color: 15964755.
HSL color Cylindrical-coordinate representation of color #539AF3: hue angle of 213.38º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #539AF3 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 154 | 243 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.05 |
| HSL | 213.38º | 0.87% | 0.64% | - |
| HSV(B) | 213.38º | 0.66% | 0.95% | - |
| XYZ | 31.3 | 31.42 | 89.21 | - |
| YUV | 142.92 | 184.48 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 154 | 243 | 0.66 | 0.37 | 0 | 0.05 | 213.38 | 0.87 | 0.64 |
| Hex | 53 | 9A | F3 | 42 | 25 | 0 | 5 | D5 | 57 | 40 |
| Octal | 123 | 232 | 363 | 102 | 45 | 0 | 5 | 325 | 127 | 100 |
| Binary | 1010011 | 10011010 | 11110011 | 1000010 | 100101 | 0 | 101 | 11010101 | 1010111 | 1000000 |
Color Harmonies of #539AF3
Complementary color
Monochromatic Colors of #539AF3
Black with #539AF3
Text Example
Text Example
White with #539AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539AF3; }
p { color: rgb(83,154,243); }
H1.HeaderClassName
{
color: #539AF3;
}
.AnyTagClassName
{
color: #539AF3;
}
</style>
background-color css
<style>
a { background-color: #539AF3; }
a { background-color: rgb(83,154,243); }
div.DivClassName
{
background-color: #539AF3;
}
.BgClassName
{
background-color: #539AF3;
}
</style>
border-color css
<style>
span { border-color: #539AF3; }
span { border-color: rgb(83,154,243); }
td.TdClassName
{
border-color: #539AF3;
}
.TagClassName
{
border-color: #539AF3;
}
</style>