Shades of Cornflower Blue #508DFC
Tints of Cornflower Blue #508DFC
RGB
CMYK
RGB Variations
Color information
#508DFC (or 0x508DFC) is known color: Cornflower Blue. HEX triplet: 50, 8D and FC. RGB value is (80,141,252). Sum of RGB (Red+Green+Blue) = 80+141+252=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #508DFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #508DFC is #AF7203. Grayscale: #868686. Windows color (decimal): -11497988 or 16551248. OLE color: 16551248.
HSL color Cylindrical-coordinate representation of color #508DFC: hue angle of 218.72º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #508DFC is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 141 | 252 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.01 |
| HSL | 218.72º | 0.97% | 0.65% | - |
| HSV(B) | 218.72º | 0.68% | 0.99% | - |
| XYZ | 30.4 | 27.78 | 95.86 | - |
| YUV | 135.42 | 193.79 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 141 | 252 | 0.68 | 0.44 | 0 | 0.01 | 218.72 | 0.97 | 0.65 |
| Hex | 50 | 8D | FC | 44 | 2C | 0 | 1 | DB | 61 | 41 |
| Octal | 120 | 215 | 374 | 104 | 54 | 0 | 1 | 333 | 141 | 101 |
| Binary | 1010000 | 10001101 | 11111100 | 1000100 | 101100 | 0 | 1 | 11011011 | 1100001 | 1000001 |
Color Harmonies of #508DFC
Complementary color
Monochromatic Colors of #508DFC
Black with #508DFC
Text Example
Text Example
White with #508DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508DFC; }
p { color: rgb(80,141,252); }
H1.HeaderClassName
{
color: #508DFC;
}
.AnyTagClassName
{
color: #508DFC;
}
</style>
background-color css
<style>
a { background-color: #508DFC; }
a { background-color: rgb(80,141,252); }
div.DivClassName
{
background-color: #508DFC;
}
.BgClassName
{
background-color: #508DFC;
}
</style>
border-color css
<style>
span { border-color: #508DFC; }
span { border-color: rgb(80,141,252); }
td.TdClassName
{
border-color: #508DFC;
}
.TagClassName
{
border-color: #508DFC;
}
</style>