#7186dd

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

Shades of Cornflower Blue #7186DD

Tints of Cornflower Blue #7186DD

Color information

#7186DD (or 0x7186DD) is unknown color: approx Cornflower Blue. HEX triplet: 71, 86 and DD. RGB value is (113,134,221). Sum of RGB (Red+Green+Blue) = 113+134+221=468 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.15% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #7186DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7186DD is #8E7922. Grayscale: #898989. Windows color (decimal): -9337123 or 14517873. OLE color: 14517873.

HSL color Cylindrical-coordinate representation of color #7186DD: hue angle of 228.33º 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 #7186DD is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB113134221-
CMYK0.490.3900.13
HSL228.33º61.36%65.49%-
HSV(B)228.33º48.87%86.67%-
XYZ28.3925.7871.89-
YUV137.64175.04110.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.15%
GREEN value IS 134 (52.73% from 255) = 28.63%
BLUE value IS 221 (86.72% from 255) = 47.22%
R=24.15%
G=28.63%
B=47.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1131342210.490.3900.13228.3361.3665.49
Hex7186DD31270De43d41
Octal161206335614701534475101
Binary1110001100001101101110111000110011101101111001001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7186dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7186dd; }

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

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

<style>
 a { background-color: #7186dd; }

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

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

<style>
 span { border-color: #7186dd; }

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

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