Html Css Color HEX #7694FE Cornflower Blue

📋 copy color: '#7694FE'

red 118 ◦ green 148 ◦ blue 254

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

Shades of Cornflower Blue #7694FE

Tints of Cornflower Blue #7694FE

RGB

 RED value IS 118 (46.48% from 255) = 22.69%

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

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

R = 22.69%
G = 28.46%
B = 48.85%

CMYK

 C value IS 0.54

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7694FE (or 0x7694FE) is known color: Cornflower Blue. HEX triplet: 76, 94 and FE. RGB value is (118,148,254). Sum of RGB (Red+Green+Blue) = 118+148+254=520 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.69% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #7694FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7694FE is #896B01. Grayscale: #969696. Windows color (decimal): -9005826 or 16684150. OLE color: 16684150.

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

Color convert

RGB 118 148 254 -
CMYK 0.54 0.42 0 0.00
HSL 226.76º 0.99% 0.73% -
HSV(B) 226.76º 0.54% 1% -
XYZ 35.95 32.19 98.08 -
YUV 151.11 186.06 104.38 -
System Red Green Blue C M Y K H S L
Decimal 118 148 254 0.54 0.42 0 0.00 226.76 0.99 0.73
Hex 76 94 FE 36 2A 0 0 E3 63 49
Octal 166 224 376 66 52 0 0 343 143 111
Binary 1110110 10010100 11111110 110110 101010 0 0 11100011 1100011 1001001

Color Harmonies of #7694FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7694FE

Black with #7694FE

Text Example


Text Example

White with #7694FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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