Html Css Color HEX #7694EE Cornflower Blue

📋 copy color: '#7694EE'

red 118 ◦ green 148 ◦ blue 238

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

Shades of Cornflower Blue #7694EE

Tints of Cornflower Blue #7694EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.22%

R = 23.41%
G = 29.37%
B = 47.22%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7694EE (or 0x7694EE) is known color: Cornflower Blue. HEX triplet: 76, 94 and EE. RGB value is (118,148,238). Sum of RGB (Red+Green+Blue) = 118+148+238=504 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.41% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #7694EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7694EE is #896B11. Grayscale: #949494. Windows color (decimal): -9005842 or 15635574. OLE color: 15635574.

HSL color Cylindrical-coordinate representation of color #7694EE: hue angle of 225º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7694EE is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 148 238 -
CMYK 0.50 0.38 0 0.07
HSL 225º 0.78% 0.7% -
HSV(B) 225º 0.5% 0.93% -
XYZ 33.49 31.2 85.15 -
YUV 149.29 178.06 105.68 -
System Red Green Blue C M Y K H S L
Decimal 118 148 238 0.50 0.38 0 0.07 225 0.78 0.7
Hex 76 94 EE 32 26 0 7 E1 4E 46
Octal 166 224 356 62 46 0 7 341 116 106
Binary 1110110 10010100 11101110 110010 100110 0 111 11100001 1001110 1000110

Color Harmonies of #7694EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7694EE

Black with #7694EE

Text Example


Text Example

White with #7694EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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