Shades of Cornflower Blue #51A8FB
Tints of Cornflower Blue #51A8FB
RGB
CMYK
RGB Variations
Color information
#51A8FB (or 0x51A8FB) is known color: Cornflower Blue. HEX triplet: 51, A8 and FB. RGB value is (81,168,251). Sum of RGB (Red+Green+Blue) = 81+168+251=500 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.2% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #51A8FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A8FB is #AE5704. Grayscale: #979797. Windows color (decimal): -11425541 or 16492625. OLE color: 16492625.
HSL color Cylindrical-coordinate representation of color #51A8FB: hue angle of 209.29º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51A8FB is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 168 | 251 | - |
| CMYK | 0.68 | 0.33 | 0 | 0.02 |
| HSL | 209.29º | 0.96% | 0.65% | - |
| HSV(B) | 209.29º | 0.68% | 0.98% | - |
| XYZ | 34.81 | 36.72 | 96.52 | - |
| YUV | 151.45 | 184.18 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 168 | 251 | 0.68 | 0.33 | 0 | 0.02 | 209.29 | 0.96 | 0.65 |
| Hex | 51 | A8 | FB | 44 | 21 | 0 | 2 | D1 | 60 | 41 |
| Octal | 121 | 250 | 373 | 104 | 41 | 0 | 2 | 321 | 140 | 101 |
| Binary | 1010001 | 10101000 | 11111011 | 1000100 | 100001 | 0 | 10 | 11010001 | 1100000 | 1000001 |
Color Harmonies of #51A8FB
Complementary color
Monochromatic Colors of #51A8FB
Black with #51A8FB
Text Example
Text Example
White with #51A8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A8FB; }
p { color: rgb(81,168,251); }
H1.HeaderClassName
{
color: #51A8FB;
}
.AnyTagClassName
{
color: #51A8FB;
}
</style>
background-color css
<style>
a { background-color: #51A8FB; }
a { background-color: rgb(81,168,251); }
div.DivClassName
{
background-color: #51A8FB;
}
.BgClassName
{
background-color: #51A8FB;
}
</style>
border-color css
<style>
span { border-color: #51A8FB; }
span { border-color: rgb(81,168,251); }
td.TdClassName
{
border-color: #51A8FB;
}
.TagClassName
{
border-color: #51A8FB;
}
</style>