Shades of Cornflower Blue #508BEF
Tints of Cornflower Blue #508BEF
RGB
CMYK
RGB Variations
Color information
#508BEF (or 0x508BEF) is known color: Cornflower Blue. HEX triplet: 50, 8B and EF. RGB value is (80,139,239). Sum of RGB (Red+Green+Blue) = 80+139+239=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #508BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508BEF is #AF7410. Grayscale: #848484. Windows color (decimal): -11498513 or 15698768. OLE color: 15698768.
HSL color Cylindrical-coordinate representation of color #508BEF: hue angle of 217.74º 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 #508BEF is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 139 | 239 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.06 |
| HSL | 217.74º | 0.83% | 0.63% | - |
| HSV(B) | 217.74º | 0.67% | 0.94% | - |
| XYZ | 28.12 | 26.4 | 85.28 | - |
| YUV | 132.76 | 187.95 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 239 | 0.67 | 0.42 | 0 | 0.06 | 217.74 | 0.83 | 0.63 |
| Hex | 50 | 8B | EF | 43 | 2A | 0 | 6 | DA | 53 | 3F |
| Octal | 120 | 213 | 357 | 103 | 52 | 0 | 6 | 332 | 123 | 77 |
| Binary | 1010000 | 10001011 | 11101111 | 1000011 | 101010 | 0 | 110 | 11011010 | 1010011 | 111111 |
Color Harmonies of #508BEF
Complementary color
Monochromatic Colors of #508BEF
Black with #508BEF
Text Example
Text Example
White with #508BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508BEF; }
p { color: rgb(80,139,239); }
H1.HeaderClassName
{
color: #508BEF;
}
.AnyTagClassName
{
color: #508BEF;
}
</style>
background-color css
<style>
a { background-color: #508BEF; }
a { background-color: rgb(80,139,239); }
div.DivClassName
{
background-color: #508BEF;
}
.BgClassName
{
background-color: #508BEF;
}
</style>
border-color css
<style>
span { border-color: #508BEF; }
span { border-color: rgb(80,139,239); }
td.TdClassName
{
border-color: #508BEF;
}
.TagClassName
{
border-color: #508BEF;
}
</style>