Shades of Cornflower Blue #508FEF
Tints of Cornflower Blue #508FEF
RGB
CMYK
RGB Variations
Color information
#508FEF (or 0x508FEF) is known color: Cornflower Blue. HEX triplet: 50, 8F and EF. RGB value is (80,143,239). Sum of RGB (Red+Green+Blue) = 80+143+239=462 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.32% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #508FEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508FEF is #AF7010. Grayscale: #868686. Windows color (decimal): -11497489 or 15699792. OLE color: 15699792.
HSL color Cylindrical-coordinate representation of color #508FEF: hue angle of 216.23º 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 #508FEF is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 143 | 239 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.06 |
| HSL | 216.23º | 0.83% | 0.63% | - |
| HSV(B) | 216.23º | 0.67% | 0.94% | - |
| XYZ | 28.71 | 27.58 | 85.47 | - |
| YUV | 135.11 | 186.63 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 143 | 239 | 0.67 | 0.40 | 0 | 0.06 | 216.23 | 0.83 | 0.63 |
| Hex | 50 | 8F | EF | 43 | 28 | 0 | 6 | D8 | 53 | 3F |
| Octal | 120 | 217 | 357 | 103 | 50 | 0 | 6 | 330 | 123 | 77 |
| Binary | 1010000 | 10001111 | 11101111 | 1000011 | 101000 | 0 | 110 | 11011000 | 1010011 | 111111 |
Color Harmonies of #508FEF
Complementary color
Monochromatic Colors of #508FEF
Black with #508FEF
Text Example
Text Example
White with #508FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508FEF; }
p { color: rgb(80,143,239); }
H1.HeaderClassName
{
color: #508FEF;
}
.AnyTagClassName
{
color: #508FEF;
}
</style>
background-color css
<style>
a { background-color: #508FEF; }
a { background-color: rgb(80,143,239); }
div.DivClassName
{
background-color: #508FEF;
}
.BgClassName
{
background-color: #508FEF;
}
</style>
border-color css
<style>
span { border-color: #508FEF; }
span { border-color: rgb(80,143,239); }
td.TdClassName
{
border-color: #508FEF;
}
.TagClassName
{
border-color: #508FEF;
}
</style>