#7085D8

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

Shades of Cornflower Blue #7085D8

Tints of Cornflower Blue #7085D8

Color information

#7085D8 (or 0x7085D8) is unknown color: approx Cornflower Blue. HEX triplet: 70, 85 and D8. RGB value is (112,133,216). Sum of RGB (Red+Green+Blue) = 112+133+216=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 216 - color contains mainly: blue. Hex color #7085D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7085D8 is #8F7A27. Grayscale: #878787. Windows color (decimal): -9402920 or 14189936. OLE color: 14189936.

HSL color Cylindrical-coordinate representation of color #7085D8: hue angle of 227.88º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7085D8 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB112133216-
CMYK0.480.3800.15
HSL227.88º57.14%64.31%-
HSV(B)227.88º48.15%84.71%-
XYZ27.4625.1868.38-
YUV136.18173.04110.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.30%
GREEN value IS 133 (52.34% from 255) = 28.85%
BLUE value IS 216 (84.77% from 255) = 46.85%
R=24.30%
G=28.85%
B=46.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1121332160.480.3800.15227.8857.1464.31
Hex7085D830260Fe43940
Octal160205330604601734471100
Binary1110000100001011101100011000010011001111111001001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7085D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7085D8; }

 p { color: rgb(112,133,216); }

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

<style>
 a { background-color: #7085D8; }

 a { background-color: rgb(112,133,216); }

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

<style>
 span { border-color: #7085D8; }

 span { border-color: rgb(112,133,216); }

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