Html Css Color HEX #7093E4 Cornflower Blue

📋 copy color: '#7093E4'

red 112 ◦ green 147 ◦ blue 228

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

Shades of Cornflower Blue #7093E4

Tints of Cornflower Blue #7093E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 46.82%

R = 23%
G = 30.18%
B = 46.82%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7093E4 (or 0x7093E4) is known color: Cornflower Blue. HEX triplet: 70, 93 and E4. RGB value is (112,147,228). Sum of RGB (Red+Green+Blue) = 112+147+228=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 228 (89.45% from 255 or 46.82% from 487); Max value from RGB is 228 - color contains mainly: blue. Hex color #7093E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7093E4 is #8F6C1B. Grayscale: #919191. Windows color (decimal): -9399324 or 14979952. OLE color: 14979952.

HSL color Cylindrical-coordinate representation of color #7093E4: hue angle of 221.9º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7093E4 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 147 228 -
CMYK 0.51 0.36 0 0.11
HSL 221.9º 0.68% 0.67% -
HSV(B) 221.9º 0.51% 0.89% -
XYZ 31.12 29.91 77.53 -
YUV 145.77 174.4 103.91 -
System Red Green Blue C M Y K H S L
Decimal 112 147 228 0.51 0.36 0 0.11 221.9 0.68 0.67
Hex 70 93 E4 33 24 0 B DE 44 43
Octal 160 223 344 63 44 0 13 336 104 103
Binary 1110000 10010011 11100100 110011 100100 0 1011 11011110 1000100 1000011

Color Harmonies of #7093E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7093E4

Black with #7093E4

Text Example


Text Example

White with #7093E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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