#7093FF

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

Shades of Cornflower Blue #7093FF

Tints of Cornflower Blue #7093FF

Color information

#7093FF (or 0x7093FF) is unknown color: approx Cornflower Blue. HEX triplet: 70, 93 and FF. RGB value is (112,147,255). Sum of RGB (Red+Green+Blue) = 112+147+255=514 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.79% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #7093FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7093FF is #8F6C00. Grayscale: #949494. Windows color (decimal): -9399297 or 16749424. OLE color: 16749424.

HSL color Cylindrical-coordinate representation of color #7093FF: hue angle of 225.31º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7093FF is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB112147255-
CMYK0.560.4200
HSL225.31º100%71.96%-
HSV(B)225.31º56.08%100%-
XYZ35.1731.5398.84-
YUV148.85187.9101.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.79%
GREEN value IS 147 (57.81% from 255) = 28.60%
BLUE value IS 255 (100% from 255) = 49.61%
R=21.79%
G=28.60%
B=49.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1121472550.560.4200225.3110071.96
Hex7093FF382A00e16448
Octal160223377705200341144110
Binary11100001001001111111111111000101010001110000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7093FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7093FF; }

 p { color: rgb(112,147,255); }

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

<style>
 a { background-color: #7093FF; }

 a { background-color: rgb(112,147,255); }

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

<style>
 span { border-color: #7093FF; }

 span { border-color: rgb(112,147,255); }

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