Shades of Cornflower Blue #508CDC
Tints of Cornflower Blue #508CDC
RGB
CMYK
RGB Variations
Color information
#508CDC (or 0x508CDC) is known color: Cornflower Blue. HEX triplet: 50, 8C and DC. RGB value is (80,140,220). Sum of RGB (Red+Green+Blue) = 80+140+220=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #508CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CDC is #AF7323. Grayscale: #828282. Windows color (decimal): -11498276 or 14453840. OLE color: 14453840.
HSL color Cylindrical-coordinate representation of color #508CDC: hue angle of 214.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #508CDC is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 140 | 220 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.14 |
| HSL | 214.29º | 0.67% | 0.59% | - |
| HSV(B) | 214.29º | 0.64% | 0.86% | - |
| XYZ | 25.6 | 25.63 | 71.31 | - |
| YUV | 131.18 | 178.12 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 140 | 220 | 0.64 | 0.36 | 0 | 0.14 | 214.29 | 0.67 | 0.59 |
| Hex | 50 | 8C | DC | 40 | 24 | 0 | E | D6 | 43 | 3B |
| Octal | 120 | 214 | 334 | 100 | 44 | 0 | 16 | 326 | 103 | 73 |
| Binary | 1010000 | 10001100 | 11011100 | 1000000 | 100100 | 0 | 1110 | 11010110 | 1000011 | 111011 |
Color Harmonies of #508CDC
Complementary color
Monochromatic Colors of #508CDC
Black with #508CDC
Text Example
Text Example
White with #508CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508CDC; }
p { color: rgb(80,140,220); }
H1.HeaderClassName
{
color: #508CDC;
}
.AnyTagClassName
{
color: #508CDC;
}
</style>
background-color css
<style>
a { background-color: #508CDC; }
a { background-color: rgb(80,140,220); }
div.DivClassName
{
background-color: #508CDC;
}
.BgClassName
{
background-color: #508CDC;
}
</style>
border-color css
<style>
span { border-color: #508CDC; }
span { border-color: rgb(80,140,220); }
td.TdClassName
{
border-color: #508CDC;
}
.TagClassName
{
border-color: #508CDC;
}
</style>