Html Css Color HEX #7695DF Cornflower Blue

📋 copy color: '#7695DF'

red 118 ◦ green 149 ◦ blue 223

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

Shades of Cornflower Blue #7695DF

Tints of Cornflower Blue #7695DF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.41%

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

R = 24.08%
G = 30.41%
B = 45.51%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7695DF (or 0x7695DF) is known color: Cornflower Blue. HEX triplet: 76, 95 and DF. RGB value is (118,149,223). Sum of RGB (Red+Green+Blue) = 118+149+223=490 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.08% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #7695DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7695DF is #896A20. Grayscale: #939393. Windows color (decimal): -9005601 or 14652790. OLE color: 14652790.

HSL color Cylindrical-coordinate representation of color #7695DF: hue angle of 222.29º 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 #7695DF is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 149 223 -
CMYK 0.47 0.33 0 0.13
HSL 222.29º 0.62% 0.67% -
HSV(B) 222.29º 0.47% 0.87% -
XYZ 31.54 30.67 74.07 -
YUV 148.17 170.23 106.48 -
System Red Green Blue C M Y K H S L
Decimal 118 149 223 0.47 0.33 0 0.13 222.29 0.62 0.67
Hex 76 95 DF 2F 21 0 D DE 3E 43
Octal 166 225 337 57 41 0 15 336 76 103
Binary 1110110 10010101 11011111 101111 100001 0 1101 11011110 111110 1000011

Color Harmonies of #7695DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7695DF

Black with #7695DF

Text Example


Text Example

White with #7695DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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