#5181EA

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

Shades of Cornflower Blue #5181EA

Tints of Cornflower Blue #5181EA

Color information

#5181EA (or 0x5181EA) is unknown color: approx Cornflower Blue. HEX triplet: 51, 81 and EA. RGB value is (81,129,234). Sum of RGB (Red+Green+Blue) = 81+129+234=444 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.24% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #5181EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5181EA is #AE7E15. Grayscale: #7E7E7E. Windows color (decimal): -11435542 or 15368529. OLE color: 15368529.

HSL color Cylindrical-coordinate representation of color #5181EA: hue angle of 221.18º 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 #5181EA is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB81129234-
CMYK0.650.4500.08
HSL221.18º78.46%61.76%-
HSV(B)221.18º65.38%91.76%-
XYZ26.0923.3980.98-
YUV126.62188.695.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.24%
GREEN value IS 129 (50.78% from 255) = 29.05%
BLUE value IS 234 (91.80% from 255) = 52.70%
R=18.24%
G=29.05%
B=52.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal811292340.650.4500.08221.1878.4661.76
Hex5181EA412D08dd4e3e
Octal1212013521015501033511676
Binary10100011000000111101010100000110110101000110111011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5181EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5181EA; }

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

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

<style>
 a { background-color: #5181EA; }

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

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

<style>
 span { border-color: #5181EA; }

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

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