Shades of Cornflower Blue #508ADD
Tints of Cornflower Blue #508ADD
RGB
CMYK
RGB Variations
Color information
#508ADD (or 0x508ADD) is known color: Cornflower Blue. HEX triplet: 50, 8A and DD. RGB value is (80,138,221). Sum of RGB (Red+Green+Blue) = 80+138+221=439 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.22% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #508ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ADD is #AF7522. Grayscale: #818181. Windows color (decimal): -11498787 or 14518864. OLE color: 14518864.
HSL color Cylindrical-coordinate representation of color #508ADD: hue angle of 215.32º 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 #508ADD is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 138 | 221 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.13 |
| HSL | 215.32º | 0.67% | 0.59% | - |
| HSV(B) | 215.32º | 0.64% | 0.87% | - |
| XYZ | 25.45 | 25.1 | 71.91 | - |
| YUV | 130.12 | 179.28 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 221 | 0.64 | 0.38 | 0 | 0.13 | 215.32 | 0.67 | 0.59 |
| Hex | 50 | 8A | DD | 40 | 26 | 0 | D | D7 | 43 | 3B |
| Octal | 120 | 212 | 335 | 100 | 46 | 0 | 15 | 327 | 103 | 73 |
| Binary | 1010000 | 10001010 | 11011101 | 1000000 | 100110 | 0 | 1101 | 11010111 | 1000011 | 111011 |
Color Harmonies of #508ADD
Complementary color
Monochromatic Colors of #508ADD
Black with #508ADD
Text Example
Text Example
White with #508ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508ADD; }
p { color: rgb(80,138,221); }
H1.HeaderClassName
{
color: #508ADD;
}
.AnyTagClassName
{
color: #508ADD;
}
</style>
background-color css
<style>
a { background-color: #508ADD; }
a { background-color: rgb(80,138,221); }
div.DivClassName
{
background-color: #508ADD;
}
.BgClassName
{
background-color: #508ADD;
}
</style>
border-color css
<style>
span { border-color: #508ADD; }
span { border-color: rgb(80,138,221); }
td.TdClassName
{
border-color: #508ADD;
}
.TagClassName
{
border-color: #508ADD;
}
</style>