Shades of Cornflower Blue #508BEE
Tints of Cornflower Blue #508BEE
RGB
CMYK
RGB Variations
Color information
#508BEE (or 0x508BEE) is known color: Cornflower Blue. HEX triplet: 50, 8B and EE. RGB value is (80,139,238). Sum of RGB (Red+Green+Blue) = 80+139+238=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #508BEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508BEE is #AF7411. Grayscale: #848484. Windows color (decimal): -11498514 or 15633232. OLE color: 15633232.
HSL color Cylindrical-coordinate representation of color #508BEE: hue angle of 217.59º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #508BEE is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 139 | 238 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.07 |
| HSL | 217.59º | 0.82% | 0.62% | - |
| HSV(B) | 217.59º | 0.66% | 0.93% | - |
| XYZ | 27.97 | 26.34 | 84.5 | - |
| YUV | 132.65 | 187.45 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 238 | 0.66 | 0.42 | 0 | 0.07 | 217.59 | 0.82 | 0.62 |
| Hex | 50 | 8B | EE | 42 | 2A | 0 | 7 | DA | 52 | 3E |
| Octal | 120 | 213 | 356 | 102 | 52 | 0 | 7 | 332 | 122 | 76 |
| Binary | 1010000 | 10001011 | 11101110 | 1000010 | 101010 | 0 | 111 | 11011010 | 1010010 | 111110 |
Color Harmonies of #508BEE
Complementary color
Monochromatic Colors of #508BEE
Black with #508BEE
Text Example
Text Example
White with #508BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508BEE; }
p { color: rgb(80,139,238); }
H1.HeaderClassName
{
color: #508BEE;
}
.AnyTagClassName
{
color: #508BEE;
}
</style>
background-color css
<style>
a { background-color: #508BEE; }
a { background-color: rgb(80,139,238); }
div.DivClassName
{
background-color: #508BEE;
}
.BgClassName
{
background-color: #508BEE;
}
</style>
border-color css
<style>
span { border-color: #508BEE; }
span { border-color: rgb(80,139,238); }
td.TdClassName
{
border-color: #508BEE;
}
.TagClassName
{
border-color: #508BEE;
}
</style>