#7081F0

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

Shades of Cornflower Blue #7081F0

Tints of Cornflower Blue #7081F0

Color information

#7081F0 (or 0x7081F0) is unknown color: approx Cornflower Blue. HEX triplet: 70, 81 and F0. RGB value is (112,129,240). Sum of RGB (Red+Green+Blue) = 112+129+240=481 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.28% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #7081F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7081F0 is #8F7E0F. Grayscale: #888888. Windows color (decimal): -9403920 or 15761776. OLE color: 15761776.

HSL color Cylindrical-coordinate representation of color #7081F0: hue angle of 232.03º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7081F0 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB112129240-
CMYK0.530.4600.06
HSL232.03º81.01%69.02%-
HSV(B)232.03º53.33%94.12%-
XYZ30.2625.4485.75-
YUV136.57186.37110.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.28%
GREEN value IS 129 (50.78% from 255) = 26.82%
BLUE value IS 240 (94.14% from 255) = 49.90%
R=23.28%
G=26.82%
B=49.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1121292400.530.4600.06232.0381.0169.02
Hex7081F0352E06e85145
Octal160201360655606350121105
Binary1110000100000011111000011010110111001101110100010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7081F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7081F0; }

 p { color: rgb(112,129,240); }

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

<style>
 a { background-color: #7081F0; }

 a { background-color: rgb(112,129,240); }

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

<style>
 span { border-color: #7081F0; }

 span { border-color: rgb(112,129,240); }

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