Shades of Cornflower Blue #508CE9
Tints of Cornflower Blue #508CE9
RGB
CMYK
RGB Variations
Color information
#508CE9 (or 0x508CE9) is known color: Cornflower Blue. HEX triplet: 50, 8C and E9. RGB value is (80,140,233). Sum of RGB (Red+Green+Blue) = 80+140+233=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 233 (91.41% from 255 or 51.43% from 453); Max value from RGB is 233 - color contains mainly: blue. Hex color #508CE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508CE9 is #AF7316. Grayscale: #848484. Windows color (decimal): -11498263 or 15305808. OLE color: 15305808.
HSL color Cylindrical-coordinate representation of color #508CE9: hue angle of 216.47º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #508CE9 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 140 | 233 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.09 |
| HSL | 216.47º | 0.78% | 0.61% | - |
| HSV(B) | 216.47º | 0.66% | 0.91% | - |
| XYZ | 27.39 | 26.34 | 80.73 | - |
| YUV | 132.66 | 184.62 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 140 | 233 | 0.66 | 0.40 | 0 | 0.09 | 216.47 | 0.78 | 0.61 |
| Hex | 50 | 8C | E9 | 42 | 28 | 0 | 9 | D8 | 4E | 3D |
| Octal | 120 | 214 | 351 | 102 | 50 | 0 | 11 | 330 | 116 | 75 |
| Binary | 1010000 | 10001100 | 11101001 | 1000010 | 101000 | 0 | 1001 | 11011000 | 1001110 | 111101 |
Color Harmonies of #508CE9
Complementary color
Monochromatic Colors of #508CE9
Black with #508CE9
Text Example
Text Example
White with #508CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508CE9; }
p { color: rgb(80,140,233); }
H1.HeaderClassName
{
color: #508CE9;
}
.AnyTagClassName
{
color: #508CE9;
}
</style>
background-color css
<style>
a { background-color: #508CE9; }
a { background-color: rgb(80,140,233); }
div.DivClassName
{
background-color: #508CE9;
}
.BgClassName
{
background-color: #508CE9;
}
</style>
border-color css
<style>
span { border-color: #508CE9; }
span { border-color: rgb(80,140,233); }
td.TdClassName
{
border-color: #508CE9;
}
.TagClassName
{
border-color: #508CE9;
}
</style>