Shades of Cornflower Blue #5180FA
Tints of Cornflower Blue #5180FA
RGB
CMYK
RGB Variations
Color information
#5180FA (or 0x5180FA) is known color: Cornflower Blue. HEX triplet: 51, 80 and FA. RGB value is (81,128,250). Sum of RGB (Red+Green+Blue) = 81+128+250=459 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.65% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #5180FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5180FA is #AE7F05. Grayscale: #7F7F7F. Windows color (decimal): -11435782 or 16416849. OLE color: 16416849.
HSL color Cylindrical-coordinate representation of color #5180FA: hue angle of 223.31º 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 #5180FA is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 128 | 250 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.02 |
| HSL | 223.31º | 0.94% | 0.65% | - |
| HSV(B) | 223.31º | 0.68% | 0.98% | - |
| XYZ | 28.37 | 24.09 | 93.6 | - |
| YUV | 127.86 | 196.93 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 128 | 250 | 0.68 | 0.49 | 0 | 0.02 | 223.31 | 0.94 | 0.65 |
| Hex | 51 | 80 | FA | 44 | 31 | 0 | 2 | DF | 5E | 41 |
| Octal | 121 | 200 | 372 | 104 | 61 | 0 | 2 | 337 | 136 | 101 |
| Binary | 1010001 | 10000000 | 11111010 | 1000100 | 110001 | 0 | 10 | 11011111 | 1011110 | 1000001 |
Color Harmonies of #5180FA
Complementary color
Monochromatic Colors of #5180FA
Black with #5180FA
Text Example
Text Example
White with #5180FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5180FA; }
p { color: rgb(81,128,250); }
H1.HeaderClassName
{
color: #5180FA;
}
.AnyTagClassName
{
color: #5180FA;
}
</style>
background-color css
<style>
a { background-color: #5180FA; }
a { background-color: rgb(81,128,250); }
div.DivClassName
{
background-color: #5180FA;
}
.BgClassName
{
background-color: #5180FA;
}
</style>
border-color css
<style>
span { border-color: #5180FA; }
span { border-color: rgb(81,128,250); }
td.TdClassName
{
border-color: #5180FA;
}
.TagClassName
{
border-color: #5180FA;
}
</style>