#7184DC

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

Shades of Cornflower Blue #7184DC

Tints of Cornflower Blue #7184DC

Color information

#7184DC (or 0x7184DC) is unknown color: approx Cornflower Blue. HEX triplet: 71, 84 and DC. RGB value is (113,132,220). Sum of RGB (Red+Green+Blue) = 113+132+220=465 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.30% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #7184DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7184DC is #8E7B23. Grayscale: #878787. Windows color (decimal): -9337636 or 14451825. OLE color: 14451825.

HSL color Cylindrical-coordinate representation of color #7184DC: hue angle of 229.35º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7184DC is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB113132220-
CMYK0.490.4000.14
HSL229.35º60.45%65.29%-
HSV(B)229.35º48.64%86.27%-
XYZ27.9825.1871.1-
YUV136.35175.21111.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.30%
GREEN value IS 132 (51.95% from 255) = 28.39%
BLUE value IS 220 (86.33% from 255) = 47.31%
R=24.30%
G=28.39%
B=47.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1131322200.490.4000.14229.3560.4565.29
Hex7184DC31280Ee53c41
Octal161204334615001634574101
Binary1110001100001001101110011000110100001110111001011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7184DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7184DC; }

 p { color: rgb(113,132,220); }

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

<style>
 a { background-color: #7184DC; }

 a { background-color: rgb(113,132,220); }

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

<style>
 span { border-color: #7184DC; }

 span { border-color: rgb(113,132,220); }

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