Html Css Color HEX #7191FA Cornflower Blue

📋 copy color: '#7191FA'

red 113 ◦ green 145 ◦ blue 250

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

Shades of Cornflower Blue #7191FA

Tints of Cornflower Blue #7191FA

RGB

 RED value IS 113 (44.53% from 255) = 22.24%

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

 BLUE value IS 250 (98.05% from 255) = 49.21%

R = 22.24%
G = 28.54%
B = 49.21%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7191FA (or 0x7191FA) is known color: Cornflower Blue. HEX triplet: 71, 91 and FA. RGB value is (113,145,250). Sum of RGB (Red+Green+Blue) = 113+145+250=508 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.24% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #7191FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7191FA is #8E6E05. Grayscale: #929292. Windows color (decimal): -9334278 or 16421233. OLE color: 16421233.

HSL color Cylindrical-coordinate representation of color #7191FA: hue angle of 225.99º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7191FA is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 145 250 -
CMYK 0.55 0.42 0 0.02
HSL 225.99º 0.93% 0.71% -
HSV(B) 225.99º 0.55% 0.98% -
XYZ 34.19 30.66 94.56 -
YUV 147.4 185.9 103.46 -
System Red Green Blue C M Y K H S L
Decimal 113 145 250 0.55 0.42 0 0.02 225.99 0.93 0.71
Hex 71 91 FA 37 2A 0 2 E2 5D 47
Octal 161 221 372 67 52 0 2 342 135 107
Binary 1110001 10010001 11111010 110111 101010 0 10 11100010 1011101 1000111

Color Harmonies of #7191FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7191FA

Black with #7191FA

Text Example


Text Example

White with #7191FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7191FA; }

 p { color: rgb(113,145,250); }

 H1.HeaderClassName
 {
   color: #7191FA;
 }
 .AnyTagClassName
 {
   color: #7191FA;
 }
</style>

background-color css

<style>
 a { background-color: #7191FA; }

 a { background-color: rgb(113,145,250); }

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

border-color css

<style>
 span { border-color: #7191FA; }

 span { border-color: rgb(113,145,250); }

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