#5184EB

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

Shades of Cornflower Blue #5184EB

Tints of Cornflower Blue #5184EB

Color information

#5184EB (or 0x5184EB) is unknown color: approx Cornflower Blue. HEX triplet: 51, 84 and EB. RGB value is (81,132,235). Sum of RGB (Red+Green+Blue) = 81+132+235=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #5184EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5184EB is #AE7B14. Grayscale: #808080. Windows color (decimal): -11434773 or 15434833. OLE color: 15434833.

HSL color Cylindrical-coordinate representation of color #5184EB: hue angle of 220.13º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5184EB is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB81132235-
CMYK0.660.4400.08
HSL220.13º79.38%61.96%-
HSV(B)220.13º65.53%92.16%-
XYZ26.6424.2581.87-
YUV128.49188.194.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.08%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 235 (92.19% from 255) = 52.46%
R=18.08%
G=29.46%
B=52.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal811322350.660.4400.08220.1379.3861.96
Hex5184EB422C08dc4f3e
Octal1212043531025401033411776
Binary10100011000010011101011100001010110001000110111001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5184EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5184EB; }

 p { color: rgb(81,132,235); }

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

<style>
 a { background-color: #5184EB; }

 a { background-color: rgb(81,132,235); }

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

<style>
 span { border-color: #5184EB; }

 span { border-color: rgb(81,132,235); }

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