Shades of Cornflower Blue #5083DF
Tints of Cornflower Blue #5083DF
RGB
CMYK
RGB Variations
Color information
#5083DF (or 0x5083DF) is known color: Cornflower Blue. HEX triplet: 50, 83 and DF. RGB value is (80,131,223). Sum of RGB (Red+Green+Blue) = 80+131+223=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #5083DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5083DF is #AF7C20. Grayscale: #7D7D7D. Windows color (decimal): -11500577 or 14648144. OLE color: 14648144.
HSL color Cylindrical-coordinate representation of color #5083DF: hue angle of 218.6º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5083DF is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 131 | 223 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.13 |
| HSL | 218.6º | 0.69% | 0.59% | - |
| HSV(B) | 218.6º | 0.64% | 0.87% | - |
| XYZ | 24.74 | 23.27 | 73 | - |
| YUV | 126.24 | 182.6 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 131 | 223 | 0.64 | 0.41 | 0 | 0.13 | 218.6 | 0.69 | 0.59 |
| Hex | 50 | 83 | DF | 40 | 29 | 0 | D | DB | 45 | 3B |
| Octal | 120 | 203 | 337 | 100 | 51 | 0 | 15 | 333 | 105 | 73 |
| Binary | 1010000 | 10000011 | 11011111 | 1000000 | 101001 | 0 | 1101 | 11011011 | 1000101 | 111011 |
Color Harmonies of #5083DF
Complementary color
Monochromatic Colors of #5083DF
Black with #5083DF
Text Example
Text Example
White with #5083DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5083DF; }
p { color: rgb(80,131,223); }
H1.HeaderClassName
{
color: #5083DF;
}
.AnyTagClassName
{
color: #5083DF;
}
</style>
background-color css
<style>
a { background-color: #5083DF; }
a { background-color: rgb(80,131,223); }
div.DivClassName
{
background-color: #5083DF;
}
.BgClassName
{
background-color: #5083DF;
}
</style>
border-color css
<style>
span { border-color: #5083DF; }
span { border-color: rgb(80,131,223); }
td.TdClassName
{
border-color: #5083DF;
}
.TagClassName
{
border-color: #5083DF;
}
</style>