Html Css Color HEX #7091FF Cornflower Blue

📋 copy color: '#7091FF'

red 112 ◦ green 145 ◦ blue 255

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

Shades of Cornflower Blue #7091FF

Tints of Cornflower Blue #7091FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.8%

R = 21.88%
G = 28.32%
B = 49.8%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7091FF (or 0x7091FF) is known color: Cornflower Blue. HEX triplet: 70, 91 and FF. RGB value is (112,145,255). Sum of RGB (Red+Green+Blue) = 112+145+255=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #7091FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7091FF is #8F6E00. Grayscale: #939393. Windows color (decimal): -9399809 or 16748912. OLE color: 16748912.

HSL color Cylindrical-coordinate representation of color #7091FF: hue angle of 226.15º 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 #7091FF is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 112 145 255 -
CMYK 0.56 0.43 0 0
HSL 226.15º 1% 0.72% -
HSV(B) 226.15º 0.56% 1% -
XYZ 34.86 30.92 98.74 -
YUV 147.67 188.57 102.56 -
System Red Green Blue C M Y K H S L
Decimal 112 145 255 0.56 0.43 0 0 226.15 1 0.72
Hex 70 91 FF 38 2B 0 0 E2 64 48
Octal 160 221 377 70 53 0 0 342 144 110
Binary 1110000 10010001 11111111 111000 101011 0 0 11100010 1100100 1001000

Color Harmonies of #7091FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7091FF

Black with #7091FF

Text Example


Text Example

White with #7091FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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