Shades of Cornflower Blue #508DDD
Tints of Cornflower Blue #508DDD
RGB
CMYK
RGB Variations
Color information
#508DDD (or 0x508DDD) is known color: Cornflower Blue. HEX triplet: 50, 8D and DD. RGB value is (80,141,221). Sum of RGB (Red+Green+Blue) = 80+141+221=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #508DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508DDD is #AF7222. Grayscale: #838383. Windows color (decimal): -11498019 or 14519632. OLE color: 14519632.
HSL color Cylindrical-coordinate representation of color #508DDD: hue angle of 214.04º degrees, saturation: 0.67, 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 #508DDD is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 141 | 221 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.13 |
| HSL | 214.04º | 0.67% | 0.59% | - |
| HSV(B) | 214.04º | 0.64% | 0.87% | - |
| XYZ | 25.88 | 25.98 | 72.06 | - |
| YUV | 131.88 | 178.29 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 141 | 221 | 0.64 | 0.36 | 0 | 0.13 | 214.04 | 0.67 | 0.59 |
| Hex | 50 | 8D | DD | 40 | 24 | 0 | D | D6 | 43 | 3B |
| Octal | 120 | 215 | 335 | 100 | 44 | 0 | 15 | 326 | 103 | 73 |
| Binary | 1010000 | 10001101 | 11011101 | 1000000 | 100100 | 0 | 1101 | 11010110 | 1000011 | 111011 |
Color Harmonies of #508DDD
Complementary color
Monochromatic Colors of #508DDD
Black with #508DDD
Text Example
Text Example
White with #508DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508DDD; }
p { color: rgb(80,141,221); }
H1.HeaderClassName
{
color: #508DDD;
}
.AnyTagClassName
{
color: #508DDD;
}
</style>
background-color css
<style>
a { background-color: #508DDD; }
a { background-color: rgb(80,141,221); }
div.DivClassName
{
background-color: #508DDD;
}
.BgClassName
{
background-color: #508DDD;
}
</style>
border-color css
<style>
span { border-color: #508DDD; }
span { border-color: rgb(80,141,221); }
td.TdClassName
{
border-color: #508DDD;
}
.TagClassName
{
border-color: #508DDD;
}
</style>