Html Css Color HEX #7685E9 Cornflower Blue

📋 copy color: '#7685E9'

red 118 ◦ green 133 ◦ blue 233

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

Shades of Cornflower Blue #7685E9

Tints of Cornflower Blue #7685E9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.48%

 BLUE value IS 233 (91.41% from 255) = 48.14%

R = 24.38%
G = 27.48%
B = 48.14%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7685E9 (or 0x7685E9) is known color: Cornflower Blue. HEX triplet: 76, 85 and E9. RGB value is (118,133,233). Sum of RGB (Red+Green+Blue) = 118+133+233=484 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.38% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 233 (91.41% from 255 or 48.14% from 484); Max value from RGB is 233 - color contains mainly: blue. Hex color #7685E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7685E9 is #897A16. Grayscale: #8B8B8B. Windows color (decimal): -9009687 or 15304054. OLE color: 15304054.

HSL color Cylindrical-coordinate representation of color #7685E9: hue angle of 232.17º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7685E9 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 118 133 233 -
CMYK 0.49 0.43 0 0.09
HSL 232.17º 0.72% 0.69% -
HSV(B) 232.17º 0.49% 0.91% -
XYZ 30.57 26.51 80.6 -
YUV 139.92 180.53 112.37 -
System Red Green Blue C M Y K H S L
Decimal 118 133 233 0.49 0.43 0 0.09 232.17 0.72 0.69
Hex 76 85 E9 31 2B 0 9 E8 48 45
Octal 166 205 351 61 53 0 11 350 110 105
Binary 1110110 10000101 11101001 110001 101011 0 1001 11101000 1001000 1000101

Color Harmonies of #7685E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7685E9

Black with #7685E9

Text Example


Text Example

White with #7685E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7685E9; }

 p { color: rgb(118,133,233); }

 H1.HeaderClassName
 {
   color: #7685E9;
 }
 .AnyTagClassName
 {
   color: #7685E9;
 }
</style>

background-color css

<style>
 a { background-color: #7685E9; }

 a { background-color: rgb(118,133,233); }

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

border-color css

<style>
 span { border-color: #7685E9; }

 span { border-color: rgb(118,133,233); }

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