Shades of Cornflower Blue #51A3F8
Tints of Cornflower Blue #51A3F8
RGB
CMYK
RGB Variations
Color information
#51A3F8 (or 0x51A3F8) is known color: Cornflower Blue. HEX triplet: 51, A3 and F8. RGB value is (81,163,248). Sum of RGB (Red+Green+Blue) = 81+163+248=492 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.46% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 248 (97.27% from 255 or 50.41% from 492); Max value from RGB is 248 - color contains mainly: blue. Hex color #51A3F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A3F8 is #AE5C07. Grayscale: #939393. Windows color (decimal): -11426824 or 16294737. OLE color: 16294737.
HSL color Cylindrical-coordinate representation of color #51A3F8: hue angle of 210.54º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51A3F8 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 81 | 163 | 248 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.03 |
| HSL | 210.54º | 0.92% | 0.65% | - |
| HSV(B) | 210.54º | 0.67% | 0.97% | - |
| XYZ | 33.43 | 34.72 | 93.75 | - |
| YUV | 148.17 | 184.33 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 163 | 248 | 0.67 | 0.34 | 0 | 0.03 | 210.54 | 0.92 | 0.65 |
| Hex | 51 | A3 | F8 | 43 | 22 | 0 | 3 | D3 | 5C | 41 |
| Octal | 121 | 243 | 370 | 103 | 42 | 0 | 3 | 323 | 134 | 101 |
| Binary | 1010001 | 10100011 | 11111000 | 1000011 | 100010 | 0 | 11 | 11010011 | 1011100 | 1000001 |
Color Harmonies of #51A3F8
Complementary color
Monochromatic Colors of #51A3F8
Black with #51A3F8
Text Example
Text Example
White with #51A3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A3F8; }
p { color: rgb(81,163,248); }
H1.HeaderClassName
{
color: #51A3F8;
}
.AnyTagClassName
{
color: #51A3F8;
}
</style>
background-color css
<style>
a { background-color: #51A3F8; }
a { background-color: rgb(81,163,248); }
div.DivClassName
{
background-color: #51A3F8;
}
.BgClassName
{
background-color: #51A3F8;
}
</style>
border-color css
<style>
span { border-color: #51A3F8; }
span { border-color: rgb(81,163,248); }
td.TdClassName
{
border-color: #51A3F8;
}
.TagClassName
{
border-color: #51A3F8;
}
</style>