Shades of Cornflower Blue #5085FC
Tints of Cornflower Blue #5085FC
RGB
CMYK
RGB Variations
Color information
#5085FC (or 0x5085FC) is known color: Cornflower Blue. HEX triplet: 50, 85 and FC. RGB value is (80,133,252). Sum of RGB (Red+Green+Blue) = 80+133+252=465 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.20% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #5085FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5085FC is #AF7A03. Grayscale: #828282. Windows color (decimal): -11500036 or 16549200. OLE color: 16549200.
HSL color Cylindrical-coordinate representation of color #5085FC: hue angle of 221.51º 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 #5085FC is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 133 | 252 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.01 |
| HSL | 221.51º | 0.97% | 0.65% | - |
| HSV(B) | 221.51º | 0.68% | 0.99% | - |
| XYZ | 29.27 | 25.51 | 95.48 | - |
| YUV | 130.72 | 196.44 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 133 | 252 | 0.68 | 0.47 | 0 | 0.01 | 221.51 | 0.97 | 0.65 |
| Hex | 50 | 85 | FC | 44 | 2F | 0 | 1 | DE | 61 | 41 |
| Octal | 120 | 205 | 374 | 104 | 57 | 0 | 1 | 336 | 141 | 101 |
| Binary | 1010000 | 10000101 | 11111100 | 1000100 | 101111 | 0 | 1 | 11011110 | 1100001 | 1000001 |
Color Harmonies of #5085FC
Complementary color
Monochromatic Colors of #5085FC
Black with #5085FC
Text Example
Text Example
White with #5085FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5085FC; }
p { color: rgb(80,133,252); }
H1.HeaderClassName
{
color: #5085FC;
}
.AnyTagClassName
{
color: #5085FC;
}
</style>
background-color css
<style>
a { background-color: #5085FC; }
a { background-color: rgb(80,133,252); }
div.DivClassName
{
background-color: #5085FC;
}
.BgClassName
{
background-color: #5085FC;
}
</style>
border-color css
<style>
span { border-color: #5085FC; }
span { border-color: rgb(80,133,252); }
td.TdClassName
{
border-color: #5085FC;
}
.TagClassName
{
border-color: #5085FC;
}
</style>