Shades of Cornflower Blue #508EEF
Tints of Cornflower Blue #508EEF
RGB
CMYK
RGB Variations
Color information
#508EEF (or 0x508EEF) is known color: Cornflower Blue. HEX triplet: 50, 8E and EF. RGB value is (80,142,239). Sum of RGB (Red+Green+Blue) = 80+142+239=461 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.35% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #508EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508EEF is #AF7110. Grayscale: #868686. Windows color (decimal): -11497745 or 15699536. OLE color: 15699536.
HSL color Cylindrical-coordinate representation of color #508EEF: hue angle of 216.6º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #508EEF is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 142 | 239 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.06 |
| HSL | 216.6º | 0.83% | 0.63% | - |
| HSV(B) | 216.6º | 0.67% | 0.94% | - |
| XYZ | 28.56 | 27.28 | 85.42 | - |
| YUV | 134.52 | 186.96 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 142 | 239 | 0.67 | 0.41 | 0 | 0.06 | 216.6 | 0.83 | 0.63 |
| Hex | 50 | 8E | EF | 43 | 29 | 0 | 6 | D9 | 53 | 3F |
| Octal | 120 | 216 | 357 | 103 | 51 | 0 | 6 | 331 | 123 | 77 |
| Binary | 1010000 | 10001110 | 11101111 | 1000011 | 101001 | 0 | 110 | 11011001 | 1010011 | 111111 |
Color Harmonies of #508EEF
Complementary color
Monochromatic Colors of #508EEF
Black with #508EEF
Text Example
Text Example
White with #508EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508EEF; }
p { color: rgb(80,142,239); }
H1.HeaderClassName
{
color: #508EEF;
}
.AnyTagClassName
{
color: #508EEF;
}
</style>
background-color css
<style>
a { background-color: #508EEF; }
a { background-color: rgb(80,142,239); }
div.DivClassName
{
background-color: #508EEF;
}
.BgClassName
{
background-color: #508EEF;
}
</style>
border-color css
<style>
span { border-color: #508EEF; }
span { border-color: rgb(80,142,239); }
td.TdClassName
{
border-color: #508EEF;
}
.TagClassName
{
border-color: #508EEF;
}
</style>