Shades of Cornflower Blue #5085FD
Tints of Cornflower Blue #5085FD
RGB
CMYK
RGB Variations
Color information
#5085FD (or 0x5085FD) is known color: Cornflower Blue. HEX triplet: 50, 85 and FD. RGB value is (80,133,253). Sum of RGB (Red+Green+Blue) = 80+133+253=466 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.17% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #5085FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5085FD is #AF7A02. Grayscale: #828282. Windows color (decimal): -11500035 or 16614736. OLE color: 16614736.
HSL color Cylindrical-coordinate representation of color #5085FD: hue angle of 221.62º degrees, saturation: 0.98, 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 #5085FD is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 133 | 253 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.01 |
| HSL | 221.62º | 0.98% | 0.65% | - |
| HSV(B) | 221.62º | 0.68% | 0.99% | - |
| XYZ | 29.43 | 25.57 | 96.31 | - |
| YUV | 130.83 | 196.94 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 133 | 253 | 0.68 | 0.47 | 0 | 0.01 | 221.62 | 0.98 | 0.65 |
| Hex | 50 | 85 | FD | 44 | 2F | 0 | 1 | DE | 62 | 41 |
| Octal | 120 | 205 | 375 | 104 | 57 | 0 | 1 | 336 | 142 | 101 |
| Binary | 1010000 | 10000101 | 11111101 | 1000100 | 101111 | 0 | 1 | 11011110 | 1100010 | 1000001 |
Color Harmonies of #5085FD
Complementary color
Monochromatic Colors of #5085FD
Black with #5085FD
Text Example
Text Example
White with #5085FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5085FD; }
p { color: rgb(80,133,253); }
H1.HeaderClassName
{
color: #5085FD;
}
.AnyTagClassName
{
color: #5085FD;
}
</style>
background-color css
<style>
a { background-color: #5085FD; }
a { background-color: rgb(80,133,253); }
div.DivClassName
{
background-color: #5085FD;
}
.BgClassName
{
background-color: #5085FD;
}
</style>
border-color css
<style>
span { border-color: #5085FD; }
span { border-color: rgb(80,133,253); }
td.TdClassName
{
border-color: #5085FD;
}
.TagClassName
{
border-color: #5085FD;
}
</style>