Html Css Color HEX #7994FE Cornflower Blue

📋 copy color: '#7994FE'

red 121 ◦ green 148 ◦ blue 254

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

Shades of Cornflower Blue #7994FE

Tints of Cornflower Blue #7994FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.57%

R = 23.14%
G = 28.3%
B = 48.57%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7994FE (or 0x7994FE) is known color: Cornflower Blue. HEX triplet: 79, 94 and FE. RGB value is (121,148,254). Sum of RGB (Red+Green+Blue) = 121+148+254=523 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.14% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #7994FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7994FE is #866B01. Grayscale: #979797. Windows color (decimal): -8809218 or 16684153. OLE color: 16684153.

HSL color Cylindrical-coordinate representation of color #7994FE: hue angle of 227.82º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7994FE is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 121 148 254 -
CMYK 0.52 0.42 0 0.00
HSL 227.82º 0.99% 0.74% -
HSV(B) 227.82º 0.52% 1% -
XYZ 36.36 32.4 98.1 -
YUV 152.01 185.55 105.88 -
System Red Green Blue C M Y K H S L
Decimal 121 148 254 0.52 0.42 0 0.00 227.82 0.99 0.74
Hex 79 94 FE 34 2A 0 0 E4 63 4A
Octal 171 224 376 64 52 0 0 344 143 112
Binary 1111001 10010100 11111110 110100 101010 0 0 11100100 1100011 1001010

Color Harmonies of #7994FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7994FE

Black with #7994FE

Text Example


Text Example

White with #7994FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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