#7181df

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

Shades of Cornflower Blue #7181DF

Tints of Cornflower Blue #7181DF

Color information

#7181DF (or 0x7181DF) is unknown color: approx Cornflower Blue. HEX triplet: 71, 81 and DF. RGB value is (113,129,223). Sum of RGB (Red+Green+Blue) = 113+129+223=465 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.30% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #7181DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7181DF is #8E7E20. Grayscale: #868686. Windows color (decimal): -9338401 or 14647665. OLE color: 14647665.

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

Color convert

RGB113129223-
CMYK0.490.4200.13
HSL231.27º63.22%65.88%-
HSV(B)231.27º49.33%87.45%-
XYZ27.9824.5473.07-
YUV134.93177.7112.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.30%
GREEN value IS 129 (50.78% from 255) = 27.74%
BLUE value IS 223 (87.5% from 255) = 47.96%
R=24.30%
G=27.74%
B=47.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1131292230.490.4200.13231.2763.2265.88
Hex7181DF312A0De73f42
Octal161201337615201534777102
Binary1110001100000011101111111000110101001101111001111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7181df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7181df; }

 p { color: rgb(113,129,223); }

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

<style>
 a { background-color: #7181df; }

 a { background-color: rgb(113,129,223); }

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

<style>
 span { border-color: #7181df; }

 span { border-color: rgb(113,129,223); }

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