Shades of Cornflower Blue #538EEE
Tints of Cornflower Blue #538EEE
RGB
CMYK
RGB Variations
Color information
#538EEE (or 0x538EEE) is known color: Cornflower Blue. HEX triplet: 53, 8E and EE. RGB value is (83,142,238). Sum of RGB (Red+Green+Blue) = 83+142+238=463 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.93% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #538EEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538EEE is #AC7111. Grayscale: #868686. Windows color (decimal): -11301138 or 15634003. OLE color: 15634003.
HSL color Cylindrical-coordinate representation of color #538EEE: hue angle of 217.16º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #538EEE is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 142 | 238 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.07 |
| HSL | 217.16º | 0.82% | 0.63% | - |
| HSV(B) | 217.16º | 0.65% | 0.93% | - |
| XYZ | 28.67 | 27.36 | 84.66 | - |
| YUV | 135.3 | 185.95 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 142 | 238 | 0.65 | 0.40 | 0 | 0.07 | 217.16 | 0.82 | 0.63 |
| Hex | 53 | 8E | EE | 41 | 28 | 0 | 7 | D9 | 52 | 3F |
| Octal | 123 | 216 | 356 | 101 | 50 | 0 | 7 | 331 | 122 | 77 |
| Binary | 1010011 | 10001110 | 11101110 | 1000001 | 101000 | 0 | 111 | 11011001 | 1010010 | 111111 |
Color Harmonies of #538EEE
Complementary color
Monochromatic Colors of #538EEE
Black with #538EEE
Text Example
Text Example
White with #538EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538EEE; }
p { color: rgb(83,142,238); }
H1.HeaderClassName
{
color: #538EEE;
}
.AnyTagClassName
{
color: #538EEE;
}
</style>
background-color css
<style>
a { background-color: #538EEE; }
a { background-color: rgb(83,142,238); }
div.DivClassName
{
background-color: #538EEE;
}
.BgClassName
{
background-color: #538EEE;
}
</style>
border-color css
<style>
span { border-color: #538EEE; }
span { border-color: rgb(83,142,238); }
td.TdClassName
{
border-color: #538EEE;
}
.TagClassName
{
border-color: #538EEE;
}
</style>