Html Css Color HEX #7994FA Cornflower Blue

📋 copy color: '#7994FA'

red 121 ◦ green 148 ◦ blue 250

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

Shades of Cornflower Blue #7994FA

Tints of Cornflower Blue #7994FA

RGB

 RED value IS 121 (47.66% from 255) = 23.31%

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

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

R = 23.31%
G = 28.52%
B = 48.17%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7994FA (or 0x7994FA) is known color: Cornflower Blue. HEX triplet: 79, 94 and FA. RGB value is (121,148,250). Sum of RGB (Red+Green+Blue) = 121+148+250=519 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.31% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #7994FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7994FA is #866B05. Grayscale: #979797. Windows color (decimal): -8809222 or 16422009. OLE color: 16422009.

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

Color convert

RGB 121 148 250 -
CMYK 0.52 0.41 0 0.02
HSL 227.44º 0.93% 0.73% -
HSV(B) 227.44º 0.52% 0.98% -
XYZ 35.73 32.15 94.76 -
YUV 151.56 183.55 106.21 -
System Red Green Blue C M Y K H S L
Decimal 121 148 250 0.52 0.41 0 0.02 227.44 0.93 0.73
Hex 79 94 FA 34 29 0 2 E3 5D 49
Octal 171 224 372 64 51 0 2 343 135 111
Binary 1111001 10010100 11111010 110100 101001 0 10 11100011 1011101 1001001

Color Harmonies of #7994FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7994FA

Black with #7994FA

Text Example


Text Example

White with #7994FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,148,250); }

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

background-color css

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

 a { background-color: rgb(121,148,250); }

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

border-color css

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

 span { border-color: rgb(121,148,250); }

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