#7081FA

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

Shades of Cornflower Blue #7081FA

Tints of Cornflower Blue #7081FA

Color information

#7081FA (or 0x7081FA) is unknown color: approx Cornflower Blue. HEX triplet: 70, 81 and FA. RGB value is (112,129,250). Sum of RGB (Red+Green+Blue) = 112+129+250=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #7081FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7081FA is #8F7E05. Grayscale: #898989. Windows color (decimal): -9403910 or 16417136. OLE color: 16417136.

HSL color Cylindrical-coordinate representation of color #7081FA: hue angle of 232.61º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7081FA is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB112129250-
CMYK0.550.4800.02
HSL232.61º93.24%70.98%-
HSV(B)232.61º55.2%98.04%-
XYZ31.7926.0593.79-
YUV137.71191.37109.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.81%
GREEN value IS 129 (50.78% from 255) = 26.27%
BLUE value IS 250 (98.05% from 255) = 50.92%
R=22.81%
G=26.27%
B=50.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1121292500.550.4800.02232.6193.2470.98
Hex7081FA373002e95d47
Octal160201372676002351135107
Binary111000010000001111110101101111100000101110100110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7081FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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