Html Css Color HEX #7696EF Cornflower Blue

📋 copy color: '#7696EF'

red 118 ◦ green 150 ◦ blue 239

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

Shades of Cornflower Blue #7696EF

Tints of Cornflower Blue #7696EF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.59%

 BLUE value IS 239 (93.75% from 255) = 47.14%

R = 23.27%
G = 29.59%
B = 47.14%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7696EF (or 0x7696EF) is known color: Cornflower Blue. HEX triplet: 76, 96 and EF. RGB value is (118,150,239). Sum of RGB (Red+Green+Blue) = 118+150+239=507 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.27% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #7696EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7696EF is #896910. Grayscale: #969696. Windows color (decimal): -9005329 or 15701622. OLE color: 15701622.

HSL color Cylindrical-coordinate representation of color #7696EF: hue angle of 224.13º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7696EF is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 150 239 -
CMYK 0.51 0.37 0 0.06
HSL 224.13º 0.79% 0.7% -
HSV(B) 224.13º 0.51% 0.94% -
XYZ 33.96 31.9 86.03 -
YUV 150.58 177.9 104.76 -
System Red Green Blue C M Y K H S L
Decimal 118 150 239 0.51 0.37 0 0.06 224.13 0.79 0.7
Hex 76 96 EF 33 25 0 6 E0 4F 46
Octal 166 226 357 63 45 0 6 340 117 106
Binary 1110110 10010110 11101111 110011 100101 0 110 11100000 1001111 1000110

Color Harmonies of #7696EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7696EF

Black with #7696EF

Text Example


Text Example

White with #7696EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7696EF; }

 p { color: rgb(118,150,239); }

 H1.HeaderClassName
 {
   color: #7696EF;
 }
 .AnyTagClassName
 {
   color: #7696EF;
 }
</style>

background-color css

<style>
 a { background-color: #7696EF; }

 a { background-color: rgb(118,150,239); }

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

border-color css

<style>
 span { border-color: #7696EF; }

 span { border-color: rgb(118,150,239); }

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