Html Css Color HEX #7194DE Cornflower Blue

📋 copy color: '#7194DE'

red 113 ◦ green 148 ◦ blue 222

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

Shades of Cornflower Blue #7194DE

Tints of Cornflower Blue #7194DE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.64%

 BLUE value IS 222 (87.11% from 255) = 45.96%

R = 23.4%
G = 30.64%
B = 45.96%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7194DE (or 0x7194DE) is known color: Cornflower Blue. HEX triplet: 71, 94 and DE. RGB value is (113,148,222). Sum of RGB (Red+Green+Blue) = 113+148+222=483 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.40% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #7194DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7194DE is #8E6B21. Grayscale: #919191. Windows color (decimal): -9333538 or 14586993. OLE color: 14586993.

HSL color Cylindrical-coordinate representation of color #7194DE: hue angle of 220.73º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7194DE is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 148 222 -
CMYK 0.49 0.33 0 0.13
HSL 220.73º 0.62% 0.66% -
HSV(B) 220.73º 0.49% 0.87% -
XYZ 30.58 29.96 73.28 -
YUV 145.97 170.9 104.48 -
System Red Green Blue C M Y K H S L
Decimal 113 148 222 0.49 0.33 0 0.13 220.73 0.62 0.66
Hex 71 94 DE 31 21 0 D DD 3E 42
Octal 161 224 336 61 41 0 15 335 76 102
Binary 1110001 10010100 11011110 110001 100001 0 1101 11011101 111110 1000010

Color Harmonies of #7194DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7194DE

Black with #7194DE

Text Example


Text Example

White with #7194DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7194DE; }

 p { color: rgb(113,148,222); }

 H1.HeaderClassName
 {
   color: #7194DE;
 }
 .AnyTagClassName
 {
   color: #7194DE;
 }
</style>

background-color css

<style>
 a { background-color: #7194DE; }

 a { background-color: rgb(113,148,222); }

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

border-color css

<style>
 span { border-color: #7194DE; }

 span { border-color: rgb(113,148,222); }

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