Html Css Color HEX #7685EF Cornflower Blue

📋 copy color: '#7685EF'

red 118 ◦ green 133 ◦ blue 239

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

Shades of Cornflower Blue #7685EF

Tints of Cornflower Blue #7685EF

RGB

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

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

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

R = 24.08%
G = 27.14%
B = 48.78%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7685EF (or 0x7685EF) is known color: Cornflower Blue. HEX triplet: 76, 85 and EF. RGB value is (118,133,239). Sum of RGB (Red+Green+Blue) = 118+133+239=490 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.08% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #7685EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7685EF is #897A10. Grayscale: #8C8C8C. Windows color (decimal): -9009681 or 15697270. OLE color: 15697270.

HSL color Cylindrical-coordinate representation of color #7685EF: hue angle of 232.56º 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 #7685EF is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 133 239 -
CMYK 0.51 0.44 0 0.06
HSL 232.56º 0.79% 0.7% -
HSV(B) 232.56º 0.51% 0.94% -
XYZ 31.44 26.86 85.19 -
YUV 140.6 183.53 111.88 -
System Red Green Blue C M Y K H S L
Decimal 118 133 239 0.51 0.44 0 0.06 232.56 0.79 0.7
Hex 76 85 EF 33 2C 0 6 E9 4F 46
Octal 166 205 357 63 54 0 6 351 117 106
Binary 1110110 10000101 11101111 110011 101100 0 110 11101001 1001111 1000110

Color Harmonies of #7685EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7685EF

Black with #7685EF

Text Example


Text Example

White with #7685EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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