Html Css Color HEX #7091E5 Cornflower Blue

📋 copy color: '#7091E5'

red 112 ◦ green 145 ◦ blue 229

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

Shades of Cornflower Blue #7091E5

Tints of Cornflower Blue #7091E5

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.84%

 BLUE value IS 229 (89.84% from 255) = 47.12%

R = 23.05%
G = 29.84%
B = 47.12%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7091E5 (or 0x7091E5) is known color: Cornflower Blue. HEX triplet: 70, 91 and E5. RGB value is (112,145,229). Sum of RGB (Red+Green+Blue) = 112+145+229=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #7091E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7091E5 is #8F6E1A. Grayscale: #909090. Windows color (decimal): -9399835 or 15044976. OLE color: 15044976.

HSL color Cylindrical-coordinate representation of color #7091E5: hue angle of 223.08º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7091E5 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 145 229 -
CMYK 0.51 0.37 0 0.10
HSL 223.08º 0.69% 0.67% -
HSV(B) 223.08º 0.51% 0.9% -
XYZ 30.95 29.35 78.16 -
YUV 144.71 175.57 104.67 -
System Red Green Blue C M Y K H S L
Decimal 112 145 229 0.51 0.37 0 0.10 223.08 0.69 0.67
Hex 70 91 E5 33 25 0 A DF 45 43
Octal 160 221 345 63 45 0 12 337 105 103
Binary 1110000 10010001 11100101 110011 100101 0 1010 11011111 1000101 1000011

Color Harmonies of #7091E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7091E5

Black with #7091E5

Text Example


Text Example

White with #7091E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7091E5; }

 p { color: rgb(112,145,229); }

 H1.HeaderClassName
 {
   color: #7091E5;
 }
 .AnyTagClassName
 {
   color: #7091E5;
 }
</style>

background-color css

<style>
 a { background-color: #7091E5; }

 a { background-color: rgb(112,145,229); }

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

border-color css

<style>
 span { border-color: #7091E5; }

 span { border-color: rgb(112,145,229); }

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