Shades of Cornflower Blue #508CF6
Tints of Cornflower Blue #508CF6
RGB
CMYK
RGB Variations
Color information
#508CF6 (or 0x508CF6) is known color: Cornflower Blue. HEX triplet: 50, 8C and F6. RGB value is (80,140,246). Sum of RGB (Red+Green+Blue) = 80+140+246=466 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.17% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 246 (96.48% from 255 or 52.79% from 466); Max value from RGB is 246 - color contains mainly: blue. Hex color #508CF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508CF6 is #AF7309. Grayscale: #858585. Windows color (decimal): -11498250 or 16157776. OLE color: 16157776.
HSL color Cylindrical-coordinate representation of color #508CF6: hue angle of 218.31º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #508CF6 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 140 | 246 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.04 |
| HSL | 218.31º | 0.9% | 0.64% | - |
| HSV(B) | 218.31º | 0.67% | 0.96% | - |
| XYZ | 29.32 | 27.12 | 90.88 | - |
| YUV | 134.14 | 191.12 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 140 | 246 | 0.67 | 0.43 | 0 | 0.04 | 218.31 | 0.9 | 0.64 |
| Hex | 50 | 8C | F6 | 43 | 2B | 0 | 4 | DA | 5A | 40 |
| Octal | 120 | 214 | 366 | 103 | 53 | 0 | 4 | 332 | 132 | 100 |
| Binary | 1010000 | 10001100 | 11110110 | 1000011 | 101011 | 0 | 100 | 11011010 | 1011010 | 1000000 |
Color Harmonies of #508CF6
Complementary color
Monochromatic Colors of #508CF6
Black with #508CF6
Text Example
Text Example
White with #508CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508CF6; }
p { color: rgb(80,140,246); }
H1.HeaderClassName
{
color: #508CF6;
}
.AnyTagClassName
{
color: #508CF6;
}
</style>
background-color css
<style>
a { background-color: #508CF6; }
a { background-color: rgb(80,140,246); }
div.DivClassName
{
background-color: #508CF6;
}
.BgClassName
{
background-color: #508CF6;
}
</style>
border-color css
<style>
span { border-color: #508CF6; }
span { border-color: rgb(80,140,246); }
td.TdClassName
{
border-color: #508CF6;
}
.TagClassName
{
border-color: #508CF6;
}
</style>