#7388EE

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

Shades of Cornflower Blue #7388EE

Tints of Cornflower Blue #7388EE

Color information

#7388EE (or 0x7388EE) is unknown color: approx Cornflower Blue. HEX triplet: 73, 88 and EE. RGB value is (115,136,238). Sum of RGB (Red+Green+Blue) = 115+136+238=489 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.52% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #7388EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7388EE is #8C7711. Grayscale: #8C8C8C. Windows color (decimal): -9205522 or 15632499. OLE color: 15632499.

HSL color Cylindrical-coordinate representation of color #7388EE: hue angle of 229.76º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7388EE is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB115136238-
CMYK0.520.4300.07
HSL229.76º78.34%69.22%-
HSV(B)229.76º51.68%93.33%-
XYZ31.3127.4384.53-
YUV141.35182.54109.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.52%
GREEN value IS 136 (53.52% from 255) = 27.81%
BLUE value IS 238 (93.36% from 255) = 48.67%
R=23.52%
G=27.81%
B=48.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1151362380.520.4300.07229.7678.3469.22
Hex7388EE342B07e64e45
Octal163210356645307346116105
Binary1110011100010001110111011010010101101111110011010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7388EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7388EE; }

 p { color: rgb(115,136,238); }

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

<style>
 a { background-color: #7388EE; }

 a { background-color: rgb(115,136,238); }

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

<style>
 span { border-color: #7388EE; }

 span { border-color: rgb(115,136,238); }

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