#5188E4

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

Shades of Cornflower Blue #5188E4

Tints of Cornflower Blue #5188E4

Color information

#5188E4 (or 0x5188E4) is unknown color: approx Cornflower Blue. HEX triplet: 51, 88 and E4. RGB value is (81,136,228). Sum of RGB (Red+Green+Blue) = 81+136+228=445 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.20% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 228 (89.45% from 255 or 51.24% from 445); Max value from RGB is 228 - color contains mainly: blue. Hex color #5188E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5188E4 is #AE771B. Grayscale: #818181. Windows color (decimal): -11433756 or 14977105. OLE color: 14977105.

HSL color Cylindrical-coordinate representation of color #5188E4: hue angle of 217.55º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5188E4 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB81136228-
CMYK0.640.4000.11
HSL217.55º73.13%60.59%-
HSV(B)217.55º64.47%89.41%-
XYZ26.224.9676.84-
YUV130.04183.2893.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.20%
GREEN value IS 136 (53.52% from 255) = 30.56%
BLUE value IS 228 (89.45% from 255) = 51.24%
R=18.20%
G=30.56%
B=51.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal811362280.640.4000.11217.5573.1360.59
Hex5188E440280Bda493d
Octal1212103441005001333211175
Binary10100011000100011100100100000010100001011110110101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5188E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5188E4; }

 p { color: rgb(81,136,228); }

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

<style>
 a { background-color: #5188E4; }

 a { background-color: rgb(81,136,228); }

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

<style>
 span { border-color: #5188E4; }

 span { border-color: rgb(81,136,228); }

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