#7081FC

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

Shades of Cornflower Blue #7081FC

Tints of Cornflower Blue #7081FC

Color information

#7081FC (or 0x7081FC) is unknown color: approx Cornflower Blue. HEX triplet: 70, 81 and FC. RGB value is (112,129,252). Sum of RGB (Red+Green+Blue) = 112+129+252=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #7081FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7081FC is #8F7E03. Grayscale: #898989. Windows color (decimal): -9403908 or 16548208. OLE color: 16548208.

HSL color Cylindrical-coordinate representation of color #7081FC: hue angle of 232.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7081FC is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB112129252-
CMYK0.560.4900.01
HSL232.71º95.89%71.37%-
HSV(B)232.71º55.56%98.82%-
XYZ32.126.1795.46-
YUV137.94192.37109.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.72%
GREEN value IS 129 (50.78% from 255) = 26.17%
BLUE value IS 252 (98.83% from 255) = 51.12%
R=22.72%
G=26.17%
B=51.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1121292520.560.4900.01232.7195.8971.37
Hex7081FC383101e96047
Octal160201374706101351140107
Binary11100001000000111111100111000110001011110100111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7081FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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