Shades of Cornflower Blue #5083F7
Tints of Cornflower Blue #5083F7
RGB
CMYK
RGB Variations
Color information
#5083F7 (or 0x5083F7) is known color: Cornflower Blue. HEX triplet: 50, 83 and F7. RGB value is (80,131,247). Sum of RGB (Red+Green+Blue) = 80+131+247=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 247 (96.88% from 255 or 53.93% from 458); Max value from RGB is 247 - color contains mainly: blue. Hex color #5083F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5083F7 is #AF7C08. Grayscale: #808080. Windows color (decimal): -11500553 or 16221008. OLE color: 16221008.
HSL color Cylindrical-coordinate representation of color #5083F7: hue angle of 221.68º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5083F7 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 131 | 247 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.03 |
| HSL | 221.68º | 0.91% | 0.64% | - |
| HSV(B) | 221.68º | 0.68% | 0.97% | - |
| XYZ | 28.21 | 24.65 | 91.27 | - |
| YUV | 128.98 | 194.6 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 131 | 247 | 0.68 | 0.47 | 0 | 0.03 | 221.68 | 0.91 | 0.64 |
| Hex | 50 | 83 | F7 | 44 | 2F | 0 | 3 | DE | 5B | 40 |
| Octal | 120 | 203 | 367 | 104 | 57 | 0 | 3 | 336 | 133 | 100 |
| Binary | 1010000 | 10000011 | 11110111 | 1000100 | 101111 | 0 | 11 | 11011110 | 1011011 | 1000000 |
Color Harmonies of #5083F7
Complementary color
Monochromatic Colors of #5083F7
Black with #5083F7
Text Example
Text Example
White with #5083F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5083F7; }
p { color: rgb(80,131,247); }
H1.HeaderClassName
{
color: #5083F7;
}
.AnyTagClassName
{
color: #5083F7;
}
</style>
background-color css
<style>
a { background-color: #5083F7; }
a { background-color: rgb(80,131,247); }
div.DivClassName
{
background-color: #5083F7;
}
.BgClassName
{
background-color: #5083F7;
}
</style>
border-color css
<style>
span { border-color: #5083F7; }
span { border-color: rgb(80,131,247); }
td.TdClassName
{
border-color: #5083F7;
}
.TagClassName
{
border-color: #5083F7;
}
</style>