Shades of Cornflower Blue #508DDF
Tints of Cornflower Blue #508DDF
RGB
CMYK
RGB Variations
Color information
#508DDF (or 0x508DDF) is known color: Cornflower Blue. HEX triplet: 50, 8D and DF. RGB value is (80,141,223). Sum of RGB (Red+Green+Blue) = 80+141+223=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #508DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508DDF is #AF7220. Grayscale: #838383. Windows color (decimal): -11498017 or 14650704. OLE color: 14650704.
HSL color Cylindrical-coordinate representation of color #508DDF: hue angle of 214.41º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #508DDF is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 141 | 223 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.13 |
| HSL | 214.41º | 0.69% | 0.59% | - |
| HSV(B) | 214.41º | 0.64% | 0.87% | - |
| XYZ | 26.15 | 26.08 | 73.47 | - |
| YUV | 132.11 | 179.29 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 141 | 223 | 0.64 | 0.37 | 0 | 0.13 | 214.41 | 0.69 | 0.59 |
| Hex | 50 | 8D | DF | 40 | 25 | 0 | D | D6 | 45 | 3B |
| Octal | 120 | 215 | 337 | 100 | 45 | 0 | 15 | 326 | 105 | 73 |
| Binary | 1010000 | 10001101 | 11011111 | 1000000 | 100101 | 0 | 1101 | 11010110 | 1000101 | 111011 |
Color Harmonies of #508DDF
Complementary color
Monochromatic Colors of #508DDF
Black with #508DDF
Text Example
Text Example
White with #508DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508DDF; }
p { color: rgb(80,141,223); }
H1.HeaderClassName
{
color: #508DDF;
}
.AnyTagClassName
{
color: #508DDF;
}
</style>
background-color css
<style>
a { background-color: #508DDF; }
a { background-color: rgb(80,141,223); }
div.DivClassName
{
background-color: #508DDF;
}
.BgClassName
{
background-color: #508DDF;
}
</style>
border-color css
<style>
span { border-color: #508DDF; }
span { border-color: rgb(80,141,223); }
td.TdClassName
{
border-color: #508DDF;
}
.TagClassName
{
border-color: #508DDF;
}
</style>