Shades of Cornflower Blue #51A3FF
Tints of Cornflower Blue #51A3FF
RGB
CMYK
RGB Variations
Color information
#51A3FF (or 0x51A3FF) is known color: Cornflower Blue. HEX triplet: 51, A3 and FF. RGB value is (81,163,255). Sum of RGB (Red+Green+Blue) = 81+163+255=499 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.23% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #51A3FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A3FF is #AE5C00. Grayscale: #949494. Windows color (decimal): -11426817 or 16753489. OLE color: 16753489.
HSL color Cylindrical-coordinate representation of color #51A3FF: hue angle of 211.72º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51A3FF is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 163 | 255 | - |
| CMYK | 0.68 | 0.36 | 0 | 0 |
| HSL | 211.72º | 1% | 0.66% | - |
| HSV(B) | 211.72º | 0.68% | 1% | - |
| XYZ | 34.54 | 35.16 | 99.57 | - |
| YUV | 148.97 | 187.83 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 163 | 255 | 0.68 | 0.36 | 0 | 0 | 211.72 | 1 | 0.66 |
| Hex | 51 | A3 | FF | 44 | 24 | 0 | 0 | D4 | 64 | 42 |
| Octal | 121 | 243 | 377 | 104 | 44 | 0 | 0 | 324 | 144 | 102 |
| Binary | 1010001 | 10100011 | 11111111 | 1000100 | 100100 | 0 | 0 | 11010100 | 1100100 | 1000010 |
Color Harmonies of #51A3FF
Complementary color
Monochromatic Colors of #51A3FF
Black with #51A3FF
Text Example
Text Example
White with #51A3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A3FF; }
p { color: rgb(81,163,255); }
H1.HeaderClassName
{
color: #51A3FF;
}
.AnyTagClassName
{
color: #51A3FF;
}
</style>
background-color css
<style>
a { background-color: #51A3FF; }
a { background-color: rgb(81,163,255); }
div.DivClassName
{
background-color: #51A3FF;
}
.BgClassName
{
background-color: #51A3FF;
}
</style>
border-color css
<style>
span { border-color: #51A3FF; }
span { border-color: rgb(81,163,255); }
td.TdClassName
{
border-color: #51A3FF;
}
.TagClassName
{
border-color: #51A3FF;
}
</style>