#5184E8

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

Shades of Cornflower Blue #5184E8

Tints of Cornflower Blue #5184E8

Color information

#5184E8 (or 0x5184E8) is unknown color: approx Cornflower Blue. HEX triplet: 51, 84 and E8. RGB value is (81,132,232). Sum of RGB (Red+Green+Blue) = 81+132+232=445 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.20% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 232 (91.02% from 255 or 52.13% from 445); Max value from RGB is 232 - color contains mainly: blue. Hex color #5184E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5184E8 is #AE7B17. Grayscale: #7F7F7F. Windows color (decimal): -11434776 or 15238225. OLE color: 15238225.

HSL color Cylindrical-coordinate representation of color #5184E8: hue angle of 219.74º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5184E8 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB81132232-
CMYK0.650.4300.09
HSL219.74º76.65%61.37%-
HSV(B)219.74º65.09%90.98%-
XYZ26.2124.0879.61-
YUV128.15186.694.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.20%
GREEN value IS 132 (51.95% from 255) = 29.66%
BLUE value IS 232 (91.02% from 255) = 52.13%
R=18.20%
G=29.66%
B=52.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal811322320.650.4300.09219.7476.6561.37
Hex5184E8412B09dc4d3d
Octal1212043501015301133411575
Binary10100011000010011101000100000110101101001110111001001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5184E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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