#5191E8

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

Shades of Cornflower Blue #5191E8

Tints of Cornflower Blue #5191E8

Color information

#5191E8 (or 0x5191E8) is unknown color: approx Cornflower Blue. HEX triplet: 51, 91 and E8. RGB value is (81,145,232). Sum of RGB (Red+Green+Blue) = 81+145+232=458 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.69% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 232 (91.02% from 255 or 50.66% from 458); Max value from RGB is 232 - color contains mainly: blue. Hex color #5191E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5191E8 is #AE6E17. Grayscale: #878787. Windows color (decimal): -11431448 or 15241553. OLE color: 15241553.

HSL color Cylindrical-coordinate representation of color #5191E8: hue angle of 214.57º 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 #5191E8 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB81145232-
CMYK0.650.3800.09
HSL214.57º76.65%61.37%-
HSV(B)214.57º65.09%90.98%-
XYZ28.0827.8380.23-
YUV135.78182.388.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.69%
GREEN value IS 145 (57.03% from 255) = 31.66%
BLUE value IS 232 (91.02% from 255) = 50.66%
R=17.69%
G=31.66%
B=50.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal811452320.650.3800.09214.5776.6561.37
Hex5191E8412609d74d3d
Octal1212213501014601132711575
Binary10100011001000111101000100000110011001001110101111001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5191E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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