Shades of Cornflower Blue #51A8F1
Tints of Cornflower Blue #51A8F1
RGB
CMYK
RGB Variations
Color information
#51A8F1 (or 0x51A8F1) is known color: Cornflower Blue. HEX triplet: 51, A8 and F1. RGB value is (81,168,241). Sum of RGB (Red+Green+Blue) = 81+168+241=490 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.53% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #51A8F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A8F1 is #AE570E. Grayscale: #959595. Windows color (decimal): -11425551 or 15837265. OLE color: 15837265.
HSL color Cylindrical-coordinate representation of color #51A8F1: hue angle of 207.38º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51A8F1 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 168 | 241 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.05 |
| HSL | 207.38º | 0.85% | 0.63% | - |
| HSV(B) | 207.38º | 0.66% | 0.95% | - |
| XYZ | 33.27 | 36.11 | 88.43 | - |
| YUV | 150.31 | 179.18 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 168 | 241 | 0.66 | 0.30 | 0 | 0.05 | 207.38 | 0.85 | 0.63 |
| Hex | 51 | A8 | F1 | 42 | 1E | 0 | 5 | CF | 55 | 3F |
| Octal | 121 | 250 | 361 | 102 | 36 | 0 | 5 | 317 | 125 | 77 |
| Binary | 1010001 | 10101000 | 11110001 | 1000010 | 11110 | 0 | 101 | 11001111 | 1010101 | 111111 |
Color Harmonies of #51A8F1
Complementary color
Monochromatic Colors of #51A8F1
Black with #51A8F1
Text Example
Text Example
White with #51A8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A8F1; }
p { color: rgb(81,168,241); }
H1.HeaderClassName
{
color: #51A8F1;
}
.AnyTagClassName
{
color: #51A8F1;
}
</style>
background-color css
<style>
a { background-color: #51A8F1; }
a { background-color: rgb(81,168,241); }
div.DivClassName
{
background-color: #51A8F1;
}
.BgClassName
{
background-color: #51A8F1;
}
</style>
border-color css
<style>
span { border-color: #51A8F1; }
span { border-color: rgb(81,168,241); }
td.TdClassName
{
border-color: #51A8F1;
}
.TagClassName
{
border-color: #51A8F1;
}
</style>