#7084D9

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

Shades of Cornflower Blue #7084D9

Tints of Cornflower Blue #7084D9

Color information

#7084D9 (or 0x7084D9) is unknown color: approx Cornflower Blue. HEX triplet: 70, 84 and D9. RGB value is (112,132,217). Sum of RGB (Red+Green+Blue) = 112+132+217=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 217 - color contains mainly: blue. Hex color #7084D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7084D9 is #8F7B26. Grayscale: #878787. Windows color (decimal): -9403175 or 14255216. OLE color: 14255216.

HSL color Cylindrical-coordinate representation of color #7084D9: hue angle of 228.57º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7084D9 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB112132217-
CMYK0.480.3900.15
HSL228.57º58.01%64.51%-
HSV(B)228.57º48.39%85.1%-
XYZ27.4624.9669.02-
YUV135.71173.87111.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.30%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 217 (85.16% from 255) = 47.07%
R=24.30%
G=28.63%
B=47.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1121322170.480.3900.15228.5758.0164.51
Hex7084D930270Fe53a41
Octal160204331604701734572101
Binary1110000100001001101100111000010011101111111001011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7084D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7084D9; }

 p { color: rgb(112,132,217); }

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

<style>
 a { background-color: #7084D9; }

 a { background-color: rgb(112,132,217); }

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

<style>
 span { border-color: #7084D9; }

 span { border-color: rgb(112,132,217); }

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