Html Css Color HEX #7886F0 Cornflower Blue

📋 copy color: '#7886F0'

red 120 ◦ green 134 ◦ blue 240

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

Shades of Cornflower Blue #7886F0

Tints of Cornflower Blue #7886F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.58%

R = 24.29%
G = 27.13%
B = 48.58%

CMYK

 C value IS 0.5

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7886F0 (or 0x7886F0) is known color: Cornflower Blue. HEX triplet: 78, 86 and F0. RGB value is (120,134,240). Sum of RGB (Red+Green+Blue) = 120+134+240=494 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.29% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 240 - color contains mainly: blue. Hex color #7886F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7886F0 is #87790F. Grayscale: #8D8D8D. Windows color (decimal): -8878352 or 15763064. OLE color: 15763064.

HSL color Cylindrical-coordinate representation of color #7886F0: hue angle of 233º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7886F0 is Cyan = 0.5, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 120 134 240 -
CMYK 0.5 0.44 0 0.06
HSL 233º 0.8% 0.71% -
HSV(B) 233º 0.5% 0.94% -
XYZ 32 27.33 86.03 -
YUV 141.9 183.36 112.38 -
System Red Green Blue C M Y K H S L
Decimal 120 134 240 0.5 0.44 0 0.06 233 0.8 0.71
Hex 78 86 F0 32 2C 0 6 E9 50 47
Octal 170 206 360 62 54 0 6 351 120 107
Binary 1111000 10000110 11110000 110010 101100 0 110 11101001 1010000 1000111

Color Harmonies of #7886F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7886F0

Black with #7886F0

Text Example


Text Example

White with #7886F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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