Shades of Cornflower Blue #51ADFE
Tints of Cornflower Blue #51ADFE
RGB
CMYK
RGB Variations
Color information
#51ADFE (or 0x51ADFE) is known color: Cornflower Blue. HEX triplet: 51, AD and FE. RGB value is (81,173,254). Sum of RGB (Red+Green+Blue) = 81+173+254=508 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.94% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #51ADFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51ADFE is #AE5201. Grayscale: #9A9A9A. Windows color (decimal): -11424258 or 16690513. OLE color: 16690513.
HSL color Cylindrical-coordinate representation of color #51ADFE: hue angle of 208.09º 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 #51ADFE is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 173 | 254 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.00 |
| HSL | 208.09º | 0.99% | 0.66% | - |
| HSV(B) | 208.09º | 0.68% | 1% | - |
| XYZ | 36.23 | 38.79 | 99.34 | - |
| YUV | 154.73 | 184.02 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 173 | 254 | 0.68 | 0.32 | 0 | 0.00 | 208.09 | 0.99 | 0.66 |
| Hex | 51 | AD | FE | 44 | 20 | 0 | 0 | D0 | 63 | 42 |
| Octal | 121 | 255 | 376 | 104 | 40 | 0 | 0 | 320 | 143 | 102 |
| Binary | 1010001 | 10101101 | 11111110 | 1000100 | 100000 | 0 | 0 | 11010000 | 1100011 | 1000010 |
Color Harmonies of #51ADFE
Complementary color
Monochromatic Colors of #51ADFE
Black with #51ADFE
Text Example
Text Example
White with #51ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ADFE; }
p { color: rgb(81,173,254); }
H1.HeaderClassName
{
color: #51ADFE;
}
.AnyTagClassName
{
color: #51ADFE;
}
</style>
background-color css
<style>
a { background-color: #51ADFE; }
a { background-color: rgb(81,173,254); }
div.DivClassName
{
background-color: #51ADFE;
}
.BgClassName
{
background-color: #51ADFE;
}
</style>
border-color css
<style>
span { border-color: #51ADFE; }
span { border-color: rgb(81,173,254); }
td.TdClassName
{
border-color: #51ADFE;
}
.TagClassName
{
border-color: #51ADFE;
}
</style>