Shades of Cornflower Blue #508CDD
Tints of Cornflower Blue #508CDD
RGB
CMYK
RGB Variations
Color information
#508CDD (or 0x508CDD) is known color: Cornflower Blue. HEX triplet: 50, 8C and DD. RGB value is (80,140,221). Sum of RGB (Red+Green+Blue) = 80+140+221=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #508CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CDD is #AF7322. Grayscale: #828282. Windows color (decimal): -11498275 or 14519376. OLE color: 14519376.
HSL color Cylindrical-coordinate representation of color #508CDD: hue angle of 214.47º 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 #508CDD is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 140 | 221 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.13 |
| HSL | 214.47º | 0.67% | 0.59% | - |
| HSV(B) | 214.47º | 0.64% | 0.87% | - |
| XYZ | 25.74 | 25.68 | 72.01 | - |
| YUV | 131.29 | 178.62 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 140 | 221 | 0.64 | 0.37 | 0 | 0.13 | 214.47 | 0.67 | 0.59 |
| Hex | 50 | 8C | DD | 40 | 25 | 0 | D | D6 | 43 | 3B |
| Octal | 120 | 214 | 335 | 100 | 45 | 0 | 15 | 326 | 103 | 73 |
| Binary | 1010000 | 10001100 | 11011101 | 1000000 | 100101 | 0 | 1101 | 11010110 | 1000011 | 111011 |
Color Harmonies of #508CDD
Complementary color
Monochromatic Colors of #508CDD
Black with #508CDD
Text Example
Text Example
White with #508CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508CDD; }
p { color: rgb(80,140,221); }
H1.HeaderClassName
{
color: #508CDD;
}
.AnyTagClassName
{
color: #508CDD;
}
</style>
background-color css
<style>
a { background-color: #508CDD; }
a { background-color: rgb(80,140,221); }
div.DivClassName
{
background-color: #508CDD;
}
.BgClassName
{
background-color: #508CDD;
}
</style>
border-color css
<style>
span { border-color: #508CDD; }
span { border-color: rgb(80,140,221); }
td.TdClassName
{
border-color: #508CDD;
}
.TagClassName
{
border-color: #508CDD;
}
</style>