Shades of Cornflower Blue #51A2EE
Tints of Cornflower Blue #51A2EE
RGB
CMYK
RGB Variations
Color information
#51A2EE (or 0x51A2EE) is known color: Cornflower Blue. HEX triplet: 51, A2 and EE. RGB value is (81,162,238). Sum of RGB (Red+Green+Blue) = 81+162+238=481 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.84% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #51A2EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A2EE is #AE5D11. Grayscale: #929292. Windows color (decimal): -11427090 or 15639121. OLE color: 15639121.
HSL color Cylindrical-coordinate representation of color #51A2EE: hue angle of 209.04º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51A2EE is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 162 | 238 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.07 |
| HSL | 209.04º | 0.82% | 0.63% | - |
| HSV(B) | 209.04º | 0.66% | 0.93% | - |
| XYZ | 31.75 | 33.76 | 85.73 | - |
| YUV | 146.45 | 179.66 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 162 | 238 | 0.66 | 0.32 | 0 | 0.07 | 209.04 | 0.82 | 0.63 |
| Hex | 51 | A2 | EE | 42 | 20 | 0 | 7 | D1 | 52 | 3F |
| Octal | 121 | 242 | 356 | 102 | 40 | 0 | 7 | 321 | 122 | 77 |
| Binary | 1010001 | 10100010 | 11101110 | 1000010 | 100000 | 0 | 111 | 11010001 | 1010010 | 111111 |
Color Harmonies of #51A2EE
Complementary color
Monochromatic Colors of #51A2EE
Black with #51A2EE
Text Example
Text Example
White with #51A2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A2EE; }
p { color: rgb(81,162,238); }
H1.HeaderClassName
{
color: #51A2EE;
}
.AnyTagClassName
{
color: #51A2EE;
}
</style>
background-color css
<style>
a { background-color: #51A2EE; }
a { background-color: rgb(81,162,238); }
div.DivClassName
{
background-color: #51A2EE;
}
.BgClassName
{
background-color: #51A2EE;
}
</style>
border-color css
<style>
span { border-color: #51A2EE; }
span { border-color: rgb(81,162,238); }
td.TdClassName
{
border-color: #51A2EE;
}
.TagClassName
{
border-color: #51A2EE;
}
</style>