Html Css Color HEX #7697DF Cornflower Blue

📋 copy color: '#7697DF'

red 118 ◦ green 151 ◦ blue 223

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

Shades of Cornflower Blue #7697DF

Tints of Cornflower Blue #7697DF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.69%

 BLUE value IS 223 (87.5% from 255) = 45.33%

R = 23.98%
G = 30.69%
B = 45.33%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7697DF (or 0x7697DF) is known color: Cornflower Blue. HEX triplet: 76, 97 and DF. RGB value is (118,151,223). Sum of RGB (Red+Green+Blue) = 118+151+223=492 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.98% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #7697DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7697DF is #896820. Grayscale: #959595. Windows color (decimal): -9005089 or 14653302. OLE color: 14653302.

HSL color Cylindrical-coordinate representation of color #7697DF: hue angle of 221.14º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7697DF is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 151 223 -
CMYK 0.47 0.32 0 0.13
HSL 221.14º 0.62% 0.67% -
HSV(B) 221.14º 0.47% 0.87% -
XYZ 31.86 31.31 74.18 -
YUV 149.34 169.57 105.65 -
System Red Green Blue C M Y K H S L
Decimal 118 151 223 0.47 0.32 0 0.13 221.14 0.62 0.67
Hex 76 97 DF 2F 20 0 D DD 3E 43
Octal 166 227 337 57 40 0 15 335 76 103
Binary 1110110 10010111 11011111 101111 100000 0 1101 11011101 111110 1000011

Color Harmonies of #7697DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7697DF

Black with #7697DF

Text Example


Text Example

White with #7697DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7697DF; }

 p { color: rgb(118,151,223); }

 H1.HeaderClassName
 {
   color: #7697DF;
 }
 .AnyTagClassName
 {
   color: #7697DF;
 }
</style>

background-color css

<style>
 a { background-color: #7697DF; }

 a { background-color: rgb(118,151,223); }

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

border-color css

<style>
 span { border-color: #7697DF; }

 span { border-color: rgb(118,151,223); }

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