Html Css Color HEX #7091FE Cornflower Blue

📋 copy color: '#7091FE'

red 112 ◦ green 145 ◦ blue 254

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

Shades of Cornflower Blue #7091FE

Tints of Cornflower Blue #7091FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.71%

R = 21.92%
G = 28.38%
B = 49.71%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7091FE (or 0x7091FE) is known color: Cornflower Blue. HEX triplet: 70, 91 and FE. RGB value is (112,145,254). Sum of RGB (Red+Green+Blue) = 112+145+254=511 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.92% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #7091FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7091FE is #8F6E01. Grayscale: #939393. Windows color (decimal): -9399810 or 16683376. OLE color: 16683376.

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

Color convert

RGB 112 145 254 -
CMYK 0.56 0.43 0 0.00
HSL 226.06º 0.99% 0.72% -
HSV(B) 226.06º 0.56% 1% -
XYZ 34.7 30.85 97.89 -
YUV 147.56 188.07 102.64 -
System Red Green Blue C M Y K H S L
Decimal 112 145 254 0.56 0.43 0 0.00 226.06 0.99 0.72
Hex 70 91 FE 38 2B 0 0 E2 63 48
Octal 160 221 376 70 53 0 0 342 143 110
Binary 1110000 10010001 11111110 111000 101011 0 0 11100010 1100011 1001000

Color Harmonies of #7091FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7091FE

Black with #7091FE

Text Example


Text Example

White with #7091FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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