Shades of Cornflower Blue #51ABFC
Tints of Cornflower Blue #51ABFC
RGB
CMYK
RGB Variations
Color information
#51ABFC (or 0x51ABFC) is known color: Cornflower Blue. HEX triplet: 51, AB and FC. RGB value is (81,171,252). Sum of RGB (Red+Green+Blue) = 81+171+252=504 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.07% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #51ABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51ABFC is #AE5403. Grayscale: #989898. Windows color (decimal): -11424772 or 16558929. OLE color: 16558929.
HSL color Cylindrical-coordinate representation of color #51ABFC: hue angle of 208.42º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51ABFC is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 171 | 252 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.01 |
| HSL | 208.42º | 0.97% | 0.65% | - |
| HSV(B) | 208.42º | 0.68% | 0.99% | - |
| XYZ | 35.53 | 37.9 | 97.54 | - |
| YUV | 153.32 | 183.68 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 171 | 252 | 0.68 | 0.32 | 0 | 0.01 | 208.42 | 0.97 | 0.65 |
| Hex | 51 | AB | FC | 44 | 20 | 0 | 1 | D0 | 61 | 41 |
| Octal | 121 | 253 | 374 | 104 | 40 | 0 | 1 | 320 | 141 | 101 |
| Binary | 1010001 | 10101011 | 11111100 | 1000100 | 100000 | 0 | 1 | 11010000 | 1100001 | 1000001 |
Color Harmonies of #51ABFC
Complementary color
Monochromatic Colors of #51ABFC
Black with #51ABFC
Text Example
Text Example
White with #51ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ABFC; }
p { color: rgb(81,171,252); }
H1.HeaderClassName
{
color: #51ABFC;
}
.AnyTagClassName
{
color: #51ABFC;
}
</style>
background-color css
<style>
a { background-color: #51ABFC; }
a { background-color: rgb(81,171,252); }
div.DivClassName
{
background-color: #51ABFC;
}
.BgClassName
{
background-color: #51ABFC;
}
</style>
border-color css
<style>
span { border-color: #51ABFC; }
span { border-color: rgb(81,171,252); }
td.TdClassName
{
border-color: #51ABFC;
}
.TagClassName
{
border-color: #51ABFC;
}
</style>