Shades of Cornflower Blue #508FE1
Tints of Cornflower Blue #508FE1
RGB
CMYK
RGB Variations
Color information
#508FE1 (or 0x508FE1) is known color: Cornflower Blue. HEX triplet: 50, 8F and E1. RGB value is (80,143,225). Sum of RGB (Red+Green+Blue) = 80+143+225=448 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.86% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 225 (88.28% from 255 or 50.22% from 448); Max value from RGB is 225 - color contains mainly: blue. Hex color #508FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508FE1 is #AF701E. Grayscale: #858585. Windows color (decimal): -11497503 or 14782288. OLE color: 14782288.
HSL color Cylindrical-coordinate representation of color #508FE1: hue angle of 213.93º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #508FE1 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 143 | 225 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.12 |
| HSL | 213.93º | 0.71% | 0.6% | - |
| HSV(B) | 213.93º | 0.64% | 0.88% | - |
| XYZ | 26.72 | 26.79 | 75 | - |
| YUV | 133.51 | 179.63 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 143 | 225 | 0.64 | 0.36 | 0 | 0.12 | 213.93 | 0.71 | 0.6 |
| Hex | 50 | 8F | E1 | 40 | 24 | 0 | C | D6 | 47 | 3C |
| Octal | 120 | 217 | 341 | 100 | 44 | 0 | 14 | 326 | 107 | 74 |
| Binary | 1010000 | 10001111 | 11100001 | 1000000 | 100100 | 0 | 1100 | 11010110 | 1000111 | 111100 |
Color Harmonies of #508FE1
Complementary color
Monochromatic Colors of #508FE1
Black with #508FE1
Text Example
Text Example
White with #508FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508FE1; }
p { color: rgb(80,143,225); }
H1.HeaderClassName
{
color: #508FE1;
}
.AnyTagClassName
{
color: #508FE1;
}
</style>
background-color css
<style>
a { background-color: #508FE1; }
a { background-color: rgb(80,143,225); }
div.DivClassName
{
background-color: #508FE1;
}
.BgClassName
{
background-color: #508FE1;
}
</style>
border-color css
<style>
span { border-color: #508FE1; }
span { border-color: rgb(80,143,225); }
td.TdClassName
{
border-color: #508FE1;
}
.TagClassName
{
border-color: #508FE1;
}
</style>