Shades of Cornflower Blue #5083FA
Tints of Cornflower Blue #5083FA
RGB
CMYK
RGB Variations
Color information
#5083FA (or 0x5083FA) is known color: Cornflower Blue. HEX triplet: 50, 83 and FA. RGB value is (80,131,250). Sum of RGB (Red+Green+Blue) = 80+131+250=461 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.35% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #5083FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5083FA is #AF7C05. Grayscale: #808080. Windows color (decimal): -11500550 or 16417616. OLE color: 16417616.
HSL color Cylindrical-coordinate representation of color #5083FA: hue angle of 222º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5083FA is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 131 | 250 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.02 |
| HSL | 222º | 0.94% | 0.65% | - |
| HSV(B) | 222º | 0.68% | 0.98% | - |
| XYZ | 28.68 | 24.84 | 93.73 | - |
| YUV | 129.32 | 196.1 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 131 | 250 | 0.68 | 0.48 | 0 | 0.02 | 222 | 0.94 | 0.65 |
| Hex | 50 | 83 | FA | 44 | 30 | 0 | 2 | DE | 5E | 41 |
| Octal | 120 | 203 | 372 | 104 | 60 | 0 | 2 | 336 | 136 | 101 |
| Binary | 1010000 | 10000011 | 11111010 | 1000100 | 110000 | 0 | 10 | 11011110 | 1011110 | 1000001 |
Color Harmonies of #5083FA
Complementary color
Monochromatic Colors of #5083FA
Black with #5083FA
Text Example
Text Example
White with #5083FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5083FA; }
p { color: rgb(80,131,250); }
H1.HeaderClassName
{
color: #5083FA;
}
.AnyTagClassName
{
color: #5083FA;
}
</style>
background-color css
<style>
a { background-color: #5083FA; }
a { background-color: rgb(80,131,250); }
div.DivClassName
{
background-color: #5083FA;
}
.BgClassName
{
background-color: #5083FA;
}
</style>
border-color css
<style>
span { border-color: #5083FA; }
span { border-color: rgb(80,131,250); }
td.TdClassName
{
border-color: #5083FA;
}
.TagClassName
{
border-color: #5083FA;
}
</style>