Shades of Cornflower Blue #508EF3
Tints of Cornflower Blue #508EF3
RGB
CMYK
RGB Variations
Color information
#508EF3 (or 0x508EF3) is known color: Cornflower Blue. HEX triplet: 50, 8E and F3. RGB value is (80,142,243). Sum of RGB (Red+Green+Blue) = 80+142+243=465 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.20% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 243 (95.31% from 255 or 52.26% from 465); Max value from RGB is 243 - color contains mainly: blue. Hex color #508EF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508EF3 is #AF710C. Grayscale: #868686. Windows color (decimal): -11497741 or 15961680. OLE color: 15961680.
HSL color Cylindrical-coordinate representation of color #508EF3: hue angle of 217.18º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #508EF3 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 142 | 243 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.05 |
| HSL | 217.18º | 0.87% | 0.63% | - |
| HSV(B) | 217.18º | 0.67% | 0.95% | - |
| XYZ | 29.16 | 27.52 | 88.57 | - |
| YUV | 134.98 | 188.96 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 142 | 243 | 0.67 | 0.42 | 0 | 0.05 | 217.18 | 0.87 | 0.63 |
| Hex | 50 | 8E | F3 | 43 | 2A | 0 | 5 | D9 | 57 | 3F |
| Octal | 120 | 216 | 363 | 103 | 52 | 0 | 5 | 331 | 127 | 77 |
| Binary | 1010000 | 10001110 | 11110011 | 1000011 | 101010 | 0 | 101 | 11011001 | 1010111 | 111111 |
Color Harmonies of #508EF3
Complementary color
Monochromatic Colors of #508EF3
Black with #508EF3
Text Example
Text Example
White with #508EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508EF3; }
p { color: rgb(80,142,243); }
H1.HeaderClassName
{
color: #508EF3;
}
.AnyTagClassName
{
color: #508EF3;
}
</style>
background-color css
<style>
a { background-color: #508EF3; }
a { background-color: rgb(80,142,243); }
div.DivClassName
{
background-color: #508EF3;
}
.BgClassName
{
background-color: #508EF3;
}
</style>
border-color css
<style>
span { border-color: #508EF3; }
span { border-color: rgb(80,142,243); }
td.TdClassName
{
border-color: #508EF3;
}
.TagClassName
{
border-color: #508EF3;
}
</style>