Html Css Color HEX #7197FA Cornflower Blue

📋 copy color: '#7197FA'

red 113 ◦ green 151 ◦ blue 250

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

Shades of Cornflower Blue #7197FA

Tints of Cornflower Blue #7197FA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.38%

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

R = 21.98%
G = 29.38%
B = 48.64%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7197FA (or 0x7197FA) is known color: Cornflower Blue. HEX triplet: 71, 97 and FA. RGB value is (113,151,250). Sum of RGB (Red+Green+Blue) = 113+151+250=514 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.98% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #7197FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7197FA is #8E6805. Grayscale: #969696. Windows color (decimal): -9332742 or 16422769. OLE color: 16422769.

HSL color Cylindrical-coordinate representation of color #7197FA: hue angle of 223.36º 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 #7197FA is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 151 250 -
CMYK 0.55 0.40 0 0.02
HSL 223.36º 0.93% 0.71% -
HSV(B) 223.36º 0.55% 0.98% -
XYZ 35.13 32.55 94.87 -
YUV 150.92 183.91 100.95 -
System Red Green Blue C M Y K H S L
Decimal 113 151 250 0.55 0.40 0 0.02 223.36 0.93 0.71
Hex 71 97 FA 37 28 0 2 DF 5D 47
Octal 161 227 372 67 50 0 2 337 135 107
Binary 1110001 10010111 11111010 110111 101000 0 10 11011111 1011101 1000111

Color Harmonies of #7197FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7197FA

Black with #7197FA

Text Example


Text Example

White with #7197FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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