Shades of Cornflower Blue #5083FF
Tints of Cornflower Blue #5083FF
RGB
CMYK
RGB Variations
Color information
#5083FF (or 0x5083FF) is known color: Cornflower Blue. HEX triplet: 50, 83 and FF. RGB value is (80,131,255). Sum of RGB (Red+Green+Blue) = 80+131+255=466 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.17% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #5083FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5083FF is #AF7C00. Grayscale: #818181. Windows color (decimal): -11500545 or 16745296. OLE color: 16745296.
HSL color Cylindrical-coordinate representation of color #5083FF: hue angle of 222.51º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5083FF is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 131 | 255 | - |
| CMYK | 0.69 | 0.49 | 0 | 0 |
| HSL | 222.51º | 1% | 0.66% | - |
| HSV(B) | 222.51º | 0.69% | 1% | - |
| XYZ | 29.47 | 25.16 | 97.91 | - |
| YUV | 129.89 | 198.6 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 131 | 255 | 0.69 | 0.49 | 0 | 0 | 222.51 | 1 | 0.66 |
| Hex | 50 | 83 | FF | 45 | 31 | 0 | 0 | DF | 64 | 42 |
| Octal | 120 | 203 | 377 | 105 | 61 | 0 | 0 | 337 | 144 | 102 |
| Binary | 1010000 | 10000011 | 11111111 | 1000101 | 110001 | 0 | 0 | 11011111 | 1100100 | 1000010 |
Color Harmonies of #5083FF
Complementary color
Monochromatic Colors of #5083FF
Black with #5083FF
Text Example
Text Example
White with #5083FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5083FF; }
p { color: rgb(80,131,255); }
H1.HeaderClassName
{
color: #5083FF;
}
.AnyTagClassName
{
color: #5083FF;
}
</style>
background-color css
<style>
a { background-color: #5083FF; }
a { background-color: rgb(80,131,255); }
div.DivClassName
{
background-color: #5083FF;
}
.BgClassName
{
background-color: #5083FF;
}
</style>
border-color css
<style>
span { border-color: #5083FF; }
span { border-color: rgb(80,131,255); }
td.TdClassName
{
border-color: #5083FF;
}
.TagClassName
{
border-color: #5083FF;
}
</style>