#7388DF

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

Shades of Cornflower Blue #7388DF

Tints of Cornflower Blue #7388DF

Color information

#7388DF (or 0x7388DF) is unknown color: approx Cornflower Blue. HEX triplet: 73, 88 and DF. RGB value is (115,136,223). Sum of RGB (Red+Green+Blue) = 115+136+223=474 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.26% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #7388DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7388DF is #8C7720. Grayscale: #8B8B8B. Windows color (decimal): -9205537 or 14649459. OLE color: 14649459.

HSL color Cylindrical-coordinate representation of color #7388DF: hue angle of 228.33º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7388DF is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB115136223-
CMYK0.480.3900.13
HSL228.33º62.79%66.27%-
HSV(B)228.33º48.43%87.45%-
XYZ29.1926.5873.4-
YUV139.64175.04110.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.26%
GREEN value IS 136 (53.52% from 255) = 28.69%
BLUE value IS 223 (87.5% from 255) = 47.05%
R=24.26%
G=28.69%
B=47.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1151362230.480.3900.13228.3362.7966.27
Hex7388DF30270De43f42
Octal163210337604701534477102
Binary1110011100010001101111111000010011101101111001001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7388DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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