Shades of Cornflower Blue #508EFE
Tints of Cornflower Blue #508EFE
RGB
CMYK
RGB Variations
Color information
#508EFE (or 0x508EFE) is known color: Cornflower Blue. HEX triplet: 50, 8E and FE. RGB value is (80,142,254). Sum of RGB (Red+Green+Blue) = 80+142+254=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #508EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508EFE is #AF7101. Grayscale: #878787. Windows color (decimal): -11497730 or 16682576. OLE color: 16682576.
HSL color Cylindrical-coordinate representation of color #508EFE: hue angle of 218.62º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #508EFE is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 142 | 254 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.00 |
| HSL | 218.62º | 0.99% | 0.65% | - |
| HSV(B) | 218.62º | 0.69% | 1% | - |
| XYZ | 30.87 | 28.21 | 97.58 | - |
| YUV | 136.23 | 194.46 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 142 | 254 | 0.69 | 0.44 | 0 | 0.00 | 218.62 | 0.99 | 0.65 |
| Hex | 50 | 8E | FE | 45 | 2C | 0 | 0 | DB | 63 | 41 |
| Octal | 120 | 216 | 376 | 105 | 54 | 0 | 0 | 333 | 143 | 101 |
| Binary | 1010000 | 10001110 | 11111110 | 1000101 | 101100 | 0 | 0 | 11011011 | 1100011 | 1000001 |
Color Harmonies of #508EFE
Complementary color
Monochromatic Colors of #508EFE
Black with #508EFE
Text Example
Text Example
White with #508EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508EFE; }
p { color: rgb(80,142,254); }
H1.HeaderClassName
{
color: #508EFE;
}
.AnyTagClassName
{
color: #508EFE;
}
</style>
background-color css
<style>
a { background-color: #508EFE; }
a { background-color: rgb(80,142,254); }
div.DivClassName
{
background-color: #508EFE;
}
.BgClassName
{
background-color: #508EFE;
}
</style>
border-color css
<style>
span { border-color: #508EFE; }
span { border-color: rgb(80,142,254); }
td.TdClassName
{
border-color: #508EFE;
}
.TagClassName
{
border-color: #508EFE;
}
</style>