Shades of Cornflower Blue #5087F1
Tints of Cornflower Blue #5087F1
RGB
CMYK
RGB Variations
Color information
#5087F1 (or 0x5087F1) is known color: Cornflower Blue. HEX triplet: 50, 87 and F1. RGB value is (80,135,241). Sum of RGB (Red+Green+Blue) = 80+135+241=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #5087F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5087F1 is #AF780E. Grayscale: #828282. Windows color (decimal): -11499535 or 15828816. OLE color: 15828816.
HSL color Cylindrical-coordinate representation of color #5087F1: hue angle of 219.5º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5087F1 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 135 | 241 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.05 |
| HSL | 219.5º | 0.85% | 0.63% | - |
| HSV(B) | 219.5º | 0.67% | 0.95% | - |
| XYZ | 27.85 | 25.38 | 86.65 | - |
| YUV | 130.64 | 190.28 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 241 | 0.67 | 0.44 | 0 | 0.05 | 219.5 | 0.85 | 0.63 |
| Hex | 50 | 87 | F1 | 43 | 2C | 0 | 5 | DC | 55 | 3F |
| Octal | 120 | 207 | 361 | 103 | 54 | 0 | 5 | 334 | 125 | 77 |
| Binary | 1010000 | 10000111 | 11110001 | 1000011 | 101100 | 0 | 101 | 11011100 | 1010101 | 111111 |
Color Harmonies of #5087F1
Complementary color
Monochromatic Colors of #5087F1
Black with #5087F1
Text Example
Text Example
White with #5087F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5087F1; }
p { color: rgb(80,135,241); }
H1.HeaderClassName
{
color: #5087F1;
}
.AnyTagClassName
{
color: #5087F1;
}
</style>
background-color css
<style>
a { background-color: #5087F1; }
a { background-color: rgb(80,135,241); }
div.DivClassName
{
background-color: #5087F1;
}
.BgClassName
{
background-color: #5087F1;
}
</style>
border-color css
<style>
span { border-color: #5087F1; }
span { border-color: rgb(80,135,241); }
td.TdClassName
{
border-color: #5087F1;
}
.TagClassName
{
border-color: #5087F1;
}
</style>