#51A0EA

Color #51A0EA Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #51A0EA

Tints of Cornflower Blue #51A0EA

Color information

#51A0EA (or 0x51A0EA) is unknown color: approx Cornflower Blue. HEX triplet: 51, A0 and EA. RGB value is (81,160,234). Sum of RGB (Red+Green+Blue) = 81+160+234=475 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.05% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #51A0EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51A0EA is #AE5F15. Grayscale: #909090. Windows color (decimal): -11427606 or 15376465. OLE color: 15376465.

HSL color Cylindrical-coordinate representation of color #51A0EA: hue angle of 209.02º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51A0EA is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB81160234-
CMYK0.650.3200.08
HSL209.02º78.46%61.76%-
HSV(B)209.02º65.38%91.76%-
XYZ30.8232.8382.55-
YUV144.82178.3382.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 17.05%
GREEN value IS 160 (62.89% from 255) = 33.68%
BLUE value IS 234 (91.80% from 255) = 49.26%
R=17.05%
G=33.68%
B=49.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal811602340.650.3200.08209.0278.4661.76
Hex51A0EA412008d14e3e
Octal1212403521014001032111676
Binary10100011010000011101010100000110000001000110100011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51A0EA; }

 p { color: rgb(81,160,234); }

 H1.HeaderClassName
 {
   color: #51A0EA;
 }
 .AnyTagClassName
 {
   color: #51A0EA;
 }
</style>
background-color css

<style>
 a { background-color: #51A0EA; }

 a { background-color: rgb(81,160,234); }

 div.DivClassName
 {
   background-color: #51A0EA;
 }
 .BgClassName
 {
   background-color: #51A0EA;
 }
</style>
border-color css

<style>
 span { border-color: #51A0EA; }

 span { border-color: rgb(81,160,234); }

 td.TdClassName
 {
   border-color: #51A0EA;
 }
 .TagClassName
 {
   border-color: #51A0EA;
 }
</style>