Html Css Color HEX #7690EE Cornflower Blue

📋 copy color: '#7690EE'

red 118 ◦ green 144 ◦ blue 238

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

Shades of Cornflower Blue #7690EE

Tints of Cornflower Blue #7690EE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.8%

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

R = 23.6%
G = 28.8%
B = 47.6%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7690EE (or 0x7690EE) is known color: Cornflower Blue. HEX triplet: 76, 90 and EE. RGB value is (118,144,238). Sum of RGB (Red+Green+Blue) = 118+144+238=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #7690EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7690EE is #896F11. Grayscale: #929292. Windows color (decimal): -9006866 or 15634550. OLE color: 15634550.

HSL color Cylindrical-coordinate representation of color #7690EE: hue angle of 227º 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 #7690EE is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 144 238 -
CMYK 0.50 0.39 0 0.07
HSL 227º 0.78% 0.7% -
HSV(B) 227º 0.5% 0.93% -
XYZ 32.88 29.97 84.94 -
YUV 146.94 179.39 107.36 -
System Red Green Blue C M Y K H S L
Decimal 118 144 238 0.50 0.39 0 0.07 227 0.78 0.7
Hex 76 90 EE 32 27 0 7 E3 4E 46
Octal 166 220 356 62 47 0 7 343 116 106
Binary 1110110 10010000 11101110 110010 100111 0 111 11100011 1001110 1000110

Color Harmonies of #7690EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7690EE

Black with #7690EE

Text Example


Text Example

White with #7690EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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