#7084df

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

Shades of Cornflower Blue #7084DF

Tints of Cornflower Blue #7084DF

Color information

#7084DF (or 0x7084DF) is unknown color: approx Cornflower Blue. HEX triplet: 70, 84 and DF. RGB value is (112,132,223). Sum of RGB (Red+Green+Blue) = 112+132+223=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #7084DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7084DF is #8F7B20. Grayscale: #888888. Windows color (decimal): -9403169 or 14648432. OLE color: 14648432.

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

Color convert

RGB112132223-
CMYK0.500.4100.13
HSL229.19º63.43%65.69%-
HSV(B)229.19º49.78%87.45%-
XYZ28.2525.2773.2-
YUV136.39176.87110.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.98%
GREEN value IS 132 (51.95% from 255) = 28.27%
BLUE value IS 223 (87.5% from 255) = 47.75%
R=23.98%
G=28.27%
B=47.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1121322230.500.4100.13229.1963.4365.69
Hex7084DF32290De53f42
Octal160204337625101534577102
Binary1110000100001001101111111001010100101101111001011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7084df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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