Shades of Cornflower Blue #538DF9
Tints of Cornflower Blue #538DF9
RGB
CMYK
RGB Variations
Color information
#538DF9 (or 0x538DF9) is known color: Cornflower Blue. HEX triplet: 53, 8D and F9. RGB value is (83,141,249). Sum of RGB (Red+Green+Blue) = 83+141+249=473 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.55% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 249 (97.66% from 255 or 52.64% from 473); Max value from RGB is 249 - color contains mainly: blue. Hex color #538DF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538DF9 is #AC7206. Grayscale: #878787. Windows color (decimal): -11301383 or 16354643. OLE color: 16354643.
HSL color Cylindrical-coordinate representation of color #538DF9: hue angle of 219.04º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #538DF9 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 141 | 249 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.02 |
| HSL | 219.04º | 0.93% | 0.65% | - |
| HSV(B) | 219.04º | 0.67% | 0.98% | - |
| XYZ | 30.19 | 27.73 | 93.38 | - |
| YUV | 135.97 | 191.78 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 141 | 249 | 0.67 | 0.43 | 0 | 0.02 | 219.04 | 0.93 | 0.65 |
| Hex | 53 | 8D | F9 | 43 | 2B | 0 | 2 | DB | 5D | 41 |
| Octal | 123 | 215 | 371 | 103 | 53 | 0 | 2 | 333 | 135 | 101 |
| Binary | 1010011 | 10001101 | 11111001 | 1000011 | 101011 | 0 | 10 | 11011011 | 1011101 | 1000001 |
Color Harmonies of #538DF9
Complementary color
Monochromatic Colors of #538DF9
Black with #538DF9
Text Example
Text Example
White with #538DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538DF9; }
p { color: rgb(83,141,249); }
H1.HeaderClassName
{
color: #538DF9;
}
.AnyTagClassName
{
color: #538DF9;
}
</style>
background-color css
<style>
a { background-color: #538DF9; }
a { background-color: rgb(83,141,249); }
div.DivClassName
{
background-color: #538DF9;
}
.BgClassName
{
background-color: #538DF9;
}
</style>
border-color css
<style>
span { border-color: #538DF9; }
span { border-color: rgb(83,141,249); }
td.TdClassName
{
border-color: #538DF9;
}
.TagClassName
{
border-color: #538DF9;
}
</style>