Shades of Cornflower Blue #51A0FE
Tints of Cornflower Blue #51A0FE
RGB
CMYK
RGB Variations
Color information
#51A0FE (or 0x51A0FE) is known color: Cornflower Blue. HEX triplet: 51, A0 and FE. RGB value is (81,160,254). Sum of RGB (Red+Green+Blue) = 81+160+254=495 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.36% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #51A0FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A0FE is #AE5F01. Grayscale: #929292. Windows color (decimal): -11427586 or 16687185. OLE color: 16687185.
HSL color Cylindrical-coordinate representation of color #51A0FE: hue angle of 212.6º 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 #51A0FE is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 160 | 254 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.00 |
| HSL | 212.6º | 0.99% | 0.66% | - |
| HSV(B) | 212.6º | 0.68% | 1% | - |
| XYZ | 33.85 | 34.05 | 98.55 | - |
| YUV | 147.1 | 188.33 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 160 | 254 | 0.68 | 0.37 | 0 | 0.00 | 212.6 | 0.99 | 0.66 |
| Hex | 51 | A0 | FE | 44 | 25 | 0 | 0 | D5 | 63 | 42 |
| Octal | 121 | 240 | 376 | 104 | 45 | 0 | 0 | 325 | 143 | 102 |
| Binary | 1010001 | 10100000 | 11111110 | 1000100 | 100101 | 0 | 0 | 11010101 | 1100011 | 1000010 |
Color Harmonies of #51A0FE
Complementary color
Monochromatic Colors of #51A0FE
Black with #51A0FE
Text Example
Text Example
White with #51A0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A0FE; }
p { color: rgb(81,160,254); }
H1.HeaderClassName
{
color: #51A0FE;
}
.AnyTagClassName
{
color: #51A0FE;
}
</style>
background-color css
<style>
a { background-color: #51A0FE; }
a { background-color: rgb(81,160,254); }
div.DivClassName
{
background-color: #51A0FE;
}
.BgClassName
{
background-color: #51A0FE;
}
</style>
border-color css
<style>
span { border-color: #51A0FE; }
span { border-color: rgb(81,160,254); }
td.TdClassName
{
border-color: #51A0FE;
}
.TagClassName
{
border-color: #51A0FE;
}
</style>