Shades of Cornflower Blue #51A9F9
Tints of Cornflower Blue #51A9F9
RGB
CMYK
RGB Variations
Color information
#51A9F9 (or 0x51A9F9) is known color: Cornflower Blue. HEX triplet: 51, A9 and F9. RGB value is (81,169,249). Sum of RGB (Red+Green+Blue) = 81+169+249=499 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.23% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #51A9F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A9F9 is #AE5606. Grayscale: #979797. Windows color (decimal): -11425287 or 16361809. OLE color: 16361809.
HSL color Cylindrical-coordinate representation of color #51A9F9: hue angle of 208.57º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51A9F9 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 169 | 249 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.02 |
| HSL | 208.57º | 0.93% | 0.65% | - |
| HSV(B) | 208.57º | 0.67% | 0.98% | - |
| XYZ | 34.68 | 36.96 | 94.93 | - |
| YUV | 151.81 | 182.85 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 169 | 249 | 0.67 | 0.32 | 0 | 0.02 | 208.57 | 0.93 | 0.65 |
| Hex | 51 | A9 | F9 | 43 | 20 | 0 | 2 | D1 | 5D | 41 |
| Octal | 121 | 251 | 371 | 103 | 40 | 0 | 2 | 321 | 135 | 101 |
| Binary | 1010001 | 10101001 | 11111001 | 1000011 | 100000 | 0 | 10 | 11010001 | 1011101 | 1000001 |
Color Harmonies of #51A9F9
Complementary color
Monochromatic Colors of #51A9F9
Black with #51A9F9
Text Example
Text Example
White with #51A9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A9F9; }
p { color: rgb(81,169,249); }
H1.HeaderClassName
{
color: #51A9F9;
}
.AnyTagClassName
{
color: #51A9F9;
}
</style>
background-color css
<style>
a { background-color: #51A9F9; }
a { background-color: rgb(81,169,249); }
div.DivClassName
{
background-color: #51A9F9;
}
.BgClassName
{
background-color: #51A9F9;
}
</style>
border-color css
<style>
span { border-color: #51A9F9; }
span { border-color: rgb(81,169,249); }
td.TdClassName
{
border-color: #51A9F9;
}
.TagClassName
{
border-color: #51A9F9;
}
</style>