Html Css Color HEX #7093EC Cornflower Blue

📋 copy color: '#7093EC'

red 112 ◦ green 147 ◦ blue 236

#7093EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #7093EC

Tints of Cornflower Blue #7093EC

RGB

 RED value IS 112 (44.14% from 255) = 22.63%

 GREEN value IS 147 (57.81% from 255) = 29.7%

 BLUE value IS 236 (92.58% from 255) = 47.68%

R = 22.63%
G = 29.7%
B = 47.68%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7093EC (or 0x7093EC) is known color: Cornflower Blue. HEX triplet: 70, 93 and EC. RGB value is (112,147,236). Sum of RGB (Red+Green+Blue) = 112+147+236=495 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.63% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #7093EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7093EC is #8F6C13. Grayscale: #929292. Windows color (decimal): -9399316 or 15504240. OLE color: 15504240.

HSL color Cylindrical-coordinate representation of color #7093EC: hue angle of 223.06º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7093EC is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 147 236 -
CMYK 0.53 0.38 0 0.07
HSL 223.06º 0.77% 0.68% -
HSV(B) 223.06º 0.53% 0.93% -
XYZ 32.26 30.37 83.52 -
YUV 146.68 178.4 103.26 -
System Red Green Blue C M Y K H S L
Decimal 112 147 236 0.53 0.38 0 0.07 223.06 0.77 0.68
Hex 70 93 EC 35 26 0 7 DF 4D 44
Octal 160 223 354 65 46 0 7 337 115 104
Binary 1110000 10010011 11101100 110101 100110 0 111 11011111 1001101 1000100

Color Harmonies of #7093EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7093EC

Black with #7093EC

Text Example


Text Example

White with #7093EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7093EC;
 }
 .AnyTagClassName
 {
   color: #7093EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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