Shades of Cornflower Blue #508EEA
Tints of Cornflower Blue #508EEA
RGB
CMYK
RGB Variations
Color information
#508EEA (or 0x508EEA) is known color: Cornflower Blue. HEX triplet: 50, 8E and EA. RGB value is (80,142,234). Sum of RGB (Red+Green+Blue) = 80+142+234=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #508EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508EEA is #AF7115. Grayscale: #858585. Windows color (decimal): -11497750 or 15371856. OLE color: 15371856.
HSL color Cylindrical-coordinate representation of color #508EEA: hue angle of 215.84º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #508EEA is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 142 | 234 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.08 |
| HSL | 215.84º | 0.79% | 0.62% | - |
| HSV(B) | 215.84º | 0.66% | 0.92% | - |
| XYZ | 27.83 | 26.99 | 81.58 | - |
| YUV | 133.95 | 184.46 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 142 | 234 | 0.66 | 0.39 | 0 | 0.08 | 215.84 | 0.79 | 0.62 |
| Hex | 50 | 8E | EA | 42 | 27 | 0 | 8 | D8 | 4F | 3E |
| Octal | 120 | 216 | 352 | 102 | 47 | 0 | 10 | 330 | 117 | 76 |
| Binary | 1010000 | 10001110 | 11101010 | 1000010 | 100111 | 0 | 1000 | 11011000 | 1001111 | 111110 |
Color Harmonies of #508EEA
Complementary color
Monochromatic Colors of #508EEA
Black with #508EEA
Text Example
Text Example
White with #508EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508EEA; }
p { color: rgb(80,142,234); }
H1.HeaderClassName
{
color: #508EEA;
}
.AnyTagClassName
{
color: #508EEA;
}
</style>
background-color css
<style>
a { background-color: #508EEA; }
a { background-color: rgb(80,142,234); }
div.DivClassName
{
background-color: #508EEA;
}
.BgClassName
{
background-color: #508EEA;
}
</style>
border-color css
<style>
span { border-color: #508EEA; }
span { border-color: rgb(80,142,234); }
td.TdClassName
{
border-color: #508EEA;
}
.TagClassName
{
border-color: #508EEA;
}
</style>