Shades of Cornflower Blue #539DF3
Tints of Cornflower Blue #539DF3
RGB
CMYK
RGB Variations
Color information
#539DF3 (or 0x539DF3) is known color: Cornflower Blue. HEX triplet: 53, 9D and F3. RGB value is (83,157,243). Sum of RGB (Red+Green+Blue) = 83+157+243=483 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.18% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 243 (95.31% from 255 or 50.31% from 483); Max value from RGB is 243 - color contains mainly: blue. Hex color #539DF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539DF3 is #AC620C. Grayscale: #909090. Windows color (decimal): -11297293 or 15965523. OLE color: 15965523.
HSL color Cylindrical-coordinate representation of color #539DF3: hue angle of 212.25º 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 #539DF3 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 157 | 243 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.05 |
| HSL | 212.25º | 0.87% | 0.64% | - |
| HSV(B) | 212.25º | 0.66% | 0.95% | - |
| XYZ | 31.8 | 32.42 | 89.38 | - |
| YUV | 144.68 | 183.48 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 157 | 243 | 0.66 | 0.35 | 0 | 0.05 | 212.25 | 0.87 | 0.64 |
| Hex | 53 | 9D | F3 | 42 | 23 | 0 | 5 | D4 | 57 | 40 |
| Octal | 123 | 235 | 363 | 102 | 43 | 0 | 5 | 324 | 127 | 100 |
| Binary | 1010011 | 10011101 | 11110011 | 1000010 | 100011 | 0 | 101 | 11010100 | 1010111 | 1000000 |
Color Harmonies of #539DF3
Complementary color
Monochromatic Colors of #539DF3
Black with #539DF3
Text Example
Text Example
White with #539DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539DF3; }
p { color: rgb(83,157,243); }
H1.HeaderClassName
{
color: #539DF3;
}
.AnyTagClassName
{
color: #539DF3;
}
</style>
background-color css
<style>
a { background-color: #539DF3; }
a { background-color: rgb(83,157,243); }
div.DivClassName
{
background-color: #539DF3;
}
.BgClassName
{
background-color: #539DF3;
}
</style>
border-color css
<style>
span { border-color: #539DF3; }
span { border-color: rgb(83,157,243); }
td.TdClassName
{
border-color: #539DF3;
}
.TagClassName
{
border-color: #539DF3;
}
</style>