Shades of Cornflower Blue #508CDE
Tints of Cornflower Blue #508CDE
RGB
CMYK
RGB Variations
Color information
#508CDE (or 0x508CDE) is known color: Cornflower Blue. HEX triplet: 50, 8C and DE. RGB value is (80,140,222). Sum of RGB (Red+Green+Blue) = 80+140+222=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #508CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CDE is #AF7321. Grayscale: #838383. Windows color (decimal): -11498274 or 14584912. OLE color: 14584912.
HSL color Cylindrical-coordinate representation of color #508CDE: hue angle of 214.65º degrees, saturation: 0.68, 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 #508CDE is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 140 | 222 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.13 |
| HSL | 214.65º | 0.68% | 0.59% | - |
| HSV(B) | 214.65º | 0.64% | 0.87% | - |
| XYZ | 25.87 | 25.74 | 72.71 | - |
| YUV | 131.41 | 179.12 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 140 | 222 | 0.64 | 0.37 | 0 | 0.13 | 214.65 | 0.68 | 0.59 |
| Hex | 50 | 8C | DE | 40 | 25 | 0 | D | D7 | 44 | 3B |
| Octal | 120 | 214 | 336 | 100 | 45 | 0 | 15 | 327 | 104 | 73 |
| Binary | 1010000 | 10001100 | 11011110 | 1000000 | 100101 | 0 | 1101 | 11010111 | 1000100 | 111011 |
Color Harmonies of #508CDE
Complementary color
Monochromatic Colors of #508CDE
Black with #508CDE
Text Example
Text Example
White with #508CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508CDE; }
p { color: rgb(80,140,222); }
H1.HeaderClassName
{
color: #508CDE;
}
.AnyTagClassName
{
color: #508CDE;
}
</style>
background-color css
<style>
a { background-color: #508CDE; }
a { background-color: rgb(80,140,222); }
div.DivClassName
{
background-color: #508CDE;
}
.BgClassName
{
background-color: #508CDE;
}
</style>
border-color css
<style>
span { border-color: #508CDE; }
span { border-color: rgb(80,140,222); }
td.TdClassName
{
border-color: #508CDE;
}
.TagClassName
{
border-color: #508CDE;
}
</style>