Html Css Color HEX #7886EC Cornflower Blue

📋 copy color: '#7886EC'

red 120 ◦ green 134 ◦ blue 236

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

Shades of Cornflower Blue #7886EC

Tints of Cornflower Blue #7886EC

RGB

 RED value IS 120 (47.27% from 255) = 24.49%

 GREEN value IS 134 (52.73% from 255) = 27.35%

 BLUE value IS 236 (92.58% from 255) = 48.16%

R = 24.49%
G = 27.35%
B = 48.16%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7886EC (or 0x7886EC) is known color: Cornflower Blue. HEX triplet: 78, 86 and EC. RGB value is (120,134,236). Sum of RGB (Red+Green+Blue) = 120+134+236=490 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.49% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #7886EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7886EC is #877913. Grayscale: #8D8D8D. Windows color (decimal): -8878356 or 15500920. OLE color: 15500920.

HSL color Cylindrical-coordinate representation of color #7886EC: hue angle of 232.76º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7886EC is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 134 236 -
CMYK 0.49 0.43 0 0.07
HSL 232.76º 0.75% 0.7% -
HSV(B) 232.76º 0.49% 0.93% -
XYZ 31.41 27.1 82.93 -
YUV 141.44 181.36 112.71 -
System Red Green Blue C M Y K H S L
Decimal 120 134 236 0.49 0.43 0 0.07 232.76 0.75 0.7
Hex 78 86 EC 31 2B 0 7 E9 4B 46
Octal 170 206 354 61 53 0 7 351 113 106
Binary 1111000 10000110 11101100 110001 101011 0 111 11101001 1001011 1000110

Color Harmonies of #7886EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7886EC

Black with #7886EC

Text Example


Text Example

White with #7886EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7886EC; }

 p { color: rgb(120,134,236); }

 H1.HeaderClassName
 {
   color: #7886EC;
 }
 .AnyTagClassName
 {
   color: #7886EC;
 }
</style>

background-color css

<style>
 a { background-color: #7886EC; }

 a { background-color: rgb(120,134,236); }

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

border-color css

<style>
 span { border-color: #7886EC; }

 span { border-color: rgb(120,134,236); }

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