Shades of Cornflower Blue #5180FE
Tints of Cornflower Blue #5180FE
RGB
CMYK
RGB Variations
Color information
#5180FE (or 0x5180FE) is known color: Cornflower Blue. HEX triplet: 51, 80 and FE. RGB value is (81,128,254). Sum of RGB (Red+Green+Blue) = 81+128+254=463 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.49% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #5180FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5180FE is #AE7F01. Grayscale: #7F7F7F. Windows color (decimal): -11435778 or 16678993. OLE color: 16678993.
HSL color Cylindrical-coordinate representation of color #5180FE: hue angle of 223.7º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5180FE is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 128 | 254 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.00 |
| HSL | 223.7º | 0.99% | 0.66% | - |
| HSV(B) | 223.7º | 0.68% | 1% | - |
| XYZ | 29 | 24.34 | 96.94 | - |
| YUV | 128.31 | 198.93 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 128 | 254 | 0.68 | 0.50 | 0 | 0.00 | 223.7 | 0.99 | 0.66 |
| Hex | 51 | 80 | FE | 44 | 32 | 0 | 0 | E0 | 63 | 42 |
| Octal | 121 | 200 | 376 | 104 | 62 | 0 | 0 | 340 | 143 | 102 |
| Binary | 1010001 | 10000000 | 11111110 | 1000100 | 110010 | 0 | 0 | 11100000 | 1100011 | 1000010 |
Color Harmonies of #5180FE
Complementary color
Monochromatic Colors of #5180FE
Black with #5180FE
Text Example
Text Example
White with #5180FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5180FE; }
p { color: rgb(81,128,254); }
H1.HeaderClassName
{
color: #5180FE;
}
.AnyTagClassName
{
color: #5180FE;
}
</style>
background-color css
<style>
a { background-color: #5180FE; }
a { background-color: rgb(81,128,254); }
div.DivClassName
{
background-color: #5180FE;
}
.BgClassName
{
background-color: #5180FE;
}
</style>
border-color css
<style>
span { border-color: #5180FE; }
span { border-color: rgb(81,128,254); }
td.TdClassName
{
border-color: #5180FE;
}
.TagClassName
{
border-color: #5180FE;
}
</style>