Shades of Cornflower Blue #538FED
Tints of Cornflower Blue #538FED
RGB
CMYK
RGB Variations
Color information
#538FED (or 0x538FED) is known color: Cornflower Blue. HEX triplet: 53, 8F and ED. RGB value is (83,143,237). Sum of RGB (Red+Green+Blue) = 83+143+237=463 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.93% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #538FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538FED is #AC7012. Grayscale: #878787. Windows color (decimal): -11300883 or 15568723. OLE color: 15568723.
HSL color Cylindrical-coordinate representation of color #538FED: hue angle of 216.62º degrees, saturation: 0.81, 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 #538FED is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 143 | 237 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.07 |
| HSL | 216.62º | 0.81% | 0.63% | - |
| HSV(B) | 216.62º | 0.65% | 0.93% | - |
| XYZ | 28.68 | 27.6 | 83.94 | - |
| YUV | 135.78 | 185.12 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 237 | 0.65 | 0.40 | 0 | 0.07 | 216.62 | 0.81 | 0.63 |
| Hex | 53 | 8F | ED | 41 | 28 | 0 | 7 | D9 | 51 | 3F |
| Octal | 123 | 217 | 355 | 101 | 50 | 0 | 7 | 331 | 121 | 77 |
| Binary | 1010011 | 10001111 | 11101101 | 1000001 | 101000 | 0 | 111 | 11011001 | 1010001 | 111111 |
Color Harmonies of #538FED
Complementary color
Monochromatic Colors of #538FED
Black with #538FED
Text Example
Text Example
White with #538FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538FED; }
p { color: rgb(83,143,237); }
H1.HeaderClassName
{
color: #538FED;
}
.AnyTagClassName
{
color: #538FED;
}
</style>
background-color css
<style>
a { background-color: #538FED; }
a { background-color: rgb(83,143,237); }
div.DivClassName
{
background-color: #538FED;
}
.BgClassName
{
background-color: #538FED;
}
</style>
border-color css
<style>
span { border-color: #538FED; }
span { border-color: rgb(83,143,237); }
td.TdClassName
{
border-color: #538FED;
}
.TagClassName
{
border-color: #538FED;
}
</style>