Html Css Color HEX #7194F9 Cornflower Blue

📋 copy color: '#7194F9'

red 113 ◦ green 148 ◦ blue 249

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

Shades of Cornflower Blue #7194F9

Tints of Cornflower Blue #7194F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.82%

R = 22.16%
G = 29.02%
B = 48.82%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7194F9 (or 0x7194F9) is known color: Cornflower Blue. HEX triplet: 71, 94 and F9. RGB value is (113,148,249). Sum of RGB (Red+Green+Blue) = 113+148+249=510 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.16% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 249 - color contains mainly: blue. Hex color #7194F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7194F9 is #8E6B06. Grayscale: #949494. Windows color (decimal): -9333511 or 16356465. OLE color: 16356465.

HSL color Cylindrical-coordinate representation of color #7194F9: hue angle of 224.56º degrees, saturation: 0.92, 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 #7194F9 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 148 249 -
CMYK 0.55 0.41 0 0.02
HSL 224.56º 0.92% 0.71% -
HSV(B) 224.56º 0.55% 0.98% -
XYZ 34.5 31.53 93.89 -
YUV 149.05 184.4 102.29 -
System Red Green Blue C M Y K H S L
Decimal 113 148 249 0.55 0.41 0 0.02 224.56 0.92 0.71
Hex 71 94 F9 37 29 0 2 E1 5C 47
Octal 161 224 371 67 51 0 2 341 134 107
Binary 1110001 10010100 11111001 110111 101001 0 10 11100001 1011100 1000111

Color Harmonies of #7194F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7194F9

Black with #7194F9

Text Example


Text Example

White with #7194F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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