#7188DD

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

Shades of Cornflower Blue #7188DD

Tints of Cornflower Blue #7188DD

Color information

#7188DD (or 0x7188DD) is unknown color: approx Cornflower Blue. HEX triplet: 71, 88 and DD. RGB value is (113,136,221). Sum of RGB (Red+Green+Blue) = 113+136+221=470 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.04% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #7188DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7188DD is #8E7722. Grayscale: #8A8A8A. Windows color (decimal): -9336611 or 14518385. OLE color: 14518385.

HSL color Cylindrical-coordinate representation of color #7188DD: hue angle of 227.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7188DD is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB113136221-
CMYK0.490.3800.13
HSL227.22º61.36%65.49%-
HSV(B)227.22º48.87%86.67%-
XYZ28.6726.3471.98-
YUV138.81174.38109.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.04%
GREEN value IS 136 (53.52% from 255) = 28.94%
BLUE value IS 221 (86.72% from 255) = 47.02%
R=24.04%
G=28.94%
B=47.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1131362210.490.3800.13227.2261.3665.49
Hex7188DD31260De33d41
Octal161210335614601534375101
Binary1110001100010001101110111000110011001101111000111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7188DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7188DD; }

 p { color: rgb(113,136,221); }

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

<style>
 a { background-color: #7188DD; }

 a { background-color: rgb(113,136,221); }

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

<style>
 span { border-color: #7188DD; }

 span { border-color: rgb(113,136,221); }

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