#7394D8

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

Shades of Cornflower Blue #7394D8

Tints of Cornflower Blue #7394D8

Color information

#7394D8 (or 0x7394D8) is unknown color: approx Cornflower Blue. HEX triplet: 73, 94 and D8. RGB value is (115,148,216). Sum of RGB (Red+Green+Blue) = 115+148+216=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #7394D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7394D8 is #8C6B27. Grayscale: #919191. Windows color (decimal): -9202472 or 14193779. OLE color: 14193779.

HSL color Cylindrical-coordinate representation of color #7394D8: hue angle of 220.4º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7394D8 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB115148216-
CMYK0.470.3100.15
HSL220.4º56.42%64.9%-
HSV(B)220.4º46.76%84.71%-
XYZ30.0529.7869.13-
YUV145.88167.57105.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.01%
GREEN value IS 148 (58.20% from 255) = 30.90%
BLUE value IS 216 (84.77% from 255) = 45.09%
R=24.01%
G=30.90%
B=45.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1151482160.470.3100.15220.456.4264.9
Hex7394D82F1F0Fdc3841
Octal163224330573701733470101
Binary111001110010100110110001011111111101111110111001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7394D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7394D8; }

 p { color: rgb(115,148,216); }

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

<style>
 a { background-color: #7394D8; }

 a { background-color: rgb(115,148,216); }

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

<style>
 span { border-color: #7394D8; }

 span { border-color: rgb(115,148,216); }

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