Shades of Cornflower Blue #508DF1
Tints of Cornflower Blue #508DF1
RGB
CMYK
RGB Variations
Color information
#508DF1 (or 0x508DF1) is known color: Cornflower Blue. HEX triplet: 50, 8D and F1. RGB value is (80,141,241). Sum of RGB (Red+Green+Blue) = 80+141+241=462 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.32% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #508DF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508DF1 is #AF720E. Grayscale: #858585. Windows color (decimal): -11497999 or 15830352. OLE color: 15830352.
HSL color Cylindrical-coordinate representation of color #508DF1: hue angle of 217.27º degrees, saturation: 0.85, 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 #508DF1 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 141 | 241 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.05 |
| HSL | 217.27º | 0.85% | 0.63% | - |
| HSV(B) | 217.27º | 0.67% | 0.95% | - |
| XYZ | 28.71 | 27.11 | 86.94 | - |
| YUV | 134.16 | 188.29 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 141 | 241 | 0.67 | 0.41 | 0 | 0.05 | 217.27 | 0.85 | 0.63 |
| Hex | 50 | 8D | F1 | 43 | 29 | 0 | 5 | D9 | 55 | 3F |
| Octal | 120 | 215 | 361 | 103 | 51 | 0 | 5 | 331 | 125 | 77 |
| Binary | 1010000 | 10001101 | 11110001 | 1000011 | 101001 | 0 | 101 | 11011001 | 1010101 | 111111 |
Color Harmonies of #508DF1
Complementary color
Monochromatic Colors of #508DF1
Black with #508DF1
Text Example
Text Example
White with #508DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508DF1; }
p { color: rgb(80,141,241); }
H1.HeaderClassName
{
color: #508DF1;
}
.AnyTagClassName
{
color: #508DF1;
}
</style>
background-color css
<style>
a { background-color: #508DF1; }
a { background-color: rgb(80,141,241); }
div.DivClassName
{
background-color: #508DF1;
}
.BgClassName
{
background-color: #508DF1;
}
</style>
border-color css
<style>
span { border-color: #508DF1; }
span { border-color: rgb(80,141,241); }
td.TdClassName
{
border-color: #508DF1;
}
.TagClassName
{
border-color: #508DF1;
}
</style>