Shades of Cornflower Blue #508BE4
Tints of Cornflower Blue #508BE4
RGB
CMYK
RGB Variations
Color information
#508BE4 (or 0x508BE4) is known color: Cornflower Blue. HEX triplet: 50, 8B and E4. RGB value is (80,139,228). Sum of RGB (Red+Green+Blue) = 80+139+228=447 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.90% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 228 (89.45% from 255 or 51.01% from 447); Max value from RGB is 228 - color contains mainly: blue. Hex color #508BE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BE4 is #AF741B. Grayscale: #838383. Windows color (decimal): -11498524 or 14977872. OLE color: 14977872.
HSL color Cylindrical-coordinate representation of color #508BE4: hue angle of 216.08º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #508BE4 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 139 | 228 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.11 |
| HSL | 216.08º | 0.73% | 0.6% | - |
| HSV(B) | 216.08º | 0.65% | 0.89% | - |
| XYZ | 26.54 | 25.77 | 76.97 | - |
| YUV | 131.51 | 182.45 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 228 | 0.65 | 0.39 | 0 | 0.11 | 216.08 | 0.73 | 0.6 |
| Hex | 50 | 8B | E4 | 41 | 27 | 0 | B | D8 | 49 | 3C |
| Octal | 120 | 213 | 344 | 101 | 47 | 0 | 13 | 330 | 111 | 74 |
| Binary | 1010000 | 10001011 | 11100100 | 1000001 | 100111 | 0 | 1011 | 11011000 | 1001001 | 111100 |
Color Harmonies of #508BE4
Complementary color
Monochromatic Colors of #508BE4
Black with #508BE4
Text Example
Text Example
White with #508BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508BE4; }
p { color: rgb(80,139,228); }
H1.HeaderClassName
{
color: #508BE4;
}
.AnyTagClassName
{
color: #508BE4;
}
</style>
background-color css
<style>
a { background-color: #508BE4; }
a { background-color: rgb(80,139,228); }
div.DivClassName
{
background-color: #508BE4;
}
.BgClassName
{
background-color: #508BE4;
}
</style>
border-color css
<style>
span { border-color: #508BE4; }
span { border-color: rgb(80,139,228); }
td.TdClassName
{
border-color: #508BE4;
}
.TagClassName
{
border-color: #508BE4;
}
</style>