Shades of Cornflower Blue #5081FF
Tints of Cornflower Blue #5081FF
RGB
CMYK
RGB Variations
Color information
#5081FF (or 0x5081FF) is known color: Cornflower Blue. HEX triplet: 50, 81 and FF. RGB value is (80,129,255). Sum of RGB (Red+Green+Blue) = 80+129+255=464 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.24% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #5081FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5081FF is #AF7E00. Grayscale: #808080. Windows color (decimal): -11501057 or 16744784. OLE color: 16744784.
HSL color Cylindrical-coordinate representation of color #5081FF: hue angle of 223.2º 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 #5081FF is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 129 | 255 | - |
| CMYK | 0.69 | 0.49 | 0 | 0 |
| HSL | 223.2º | 1% | 0.66% | - |
| HSV(B) | 223.2º | 0.69% | 1% | - |
| XYZ | 29.21 | 24.63 | 97.82 | - |
| YUV | 128.71 | 199.27 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 129 | 255 | 0.69 | 0.49 | 0 | 0 | 223.2 | 1 | 0.66 |
| Hex | 50 | 81 | FF | 45 | 31 | 0 | 0 | DF | 64 | 42 |
| Octal | 120 | 201 | 377 | 105 | 61 | 0 | 0 | 337 | 144 | 102 |
| Binary | 1010000 | 10000001 | 11111111 | 1000101 | 110001 | 0 | 0 | 11011111 | 1100100 | 1000010 |
Color Harmonies of #5081FF
Complementary color
Monochromatic Colors of #5081FF
Black with #5081FF
Text Example
Text Example
White with #5081FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5081FF; }
p { color: rgb(80,129,255); }
H1.HeaderClassName
{
color: #5081FF;
}
.AnyTagClassName
{
color: #5081FF;
}
</style>
background-color css
<style>
a { background-color: #5081FF; }
a { background-color: rgb(80,129,255); }
div.DivClassName
{
background-color: #5081FF;
}
.BgClassName
{
background-color: #5081FF;
}
</style>
border-color css
<style>
span { border-color: #5081FF; }
span { border-color: rgb(80,129,255); }
td.TdClassName
{
border-color: #5081FF;
}
.TagClassName
{
border-color: #5081FF;
}
</style>