Html Css Color HEX #7080EF Cornflower Blue

📋 copy color: '#7080EF'

red 112 ◦ green 128 ◦ blue 239

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

Shades of Cornflower Blue #7080EF

Tints of Cornflower Blue #7080EF

RGB

 RED value IS 112 (44.14% from 255) = 23.38%

 GREEN value IS 128 (50.39% from 255) = 26.72%

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

R = 23.38%
G = 26.72%
B = 49.9%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7080EF (or 0x7080EF) is known color: Cornflower Blue. HEX triplet: 70, 80 and EF. RGB value is (112,128,239). Sum of RGB (Red+Green+Blue) = 112+128+239=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #7080EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7080EF is #8F7F10. Grayscale: #878787. Windows color (decimal): -9404177 or 15695984. OLE color: 15695984.

HSL color Cylindrical-coordinate representation of color #7080EF: hue angle of 232.44º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7080EF is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 128 239 -
CMYK 0.53 0.46 0 0.06
HSL 232.44º 0.8% 0.69% -
HSV(B) 232.44º 0.53% 0.94% -
XYZ 29.98 25.12 84.93 -
YUV 135.87 186.2 110.97 -
System Red Green Blue C M Y K H S L
Decimal 112 128 239 0.53 0.46 0 0.06 232.44 0.8 0.69
Hex 70 80 EF 35 2E 0 6 E8 50 45
Octal 160 200 357 65 56 0 6 350 120 105
Binary 1110000 10000000 11101111 110101 101110 0 110 11101000 1010000 1000101

Color Harmonies of #7080EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7080EF

Black with #7080EF

Text Example


Text Example

White with #7080EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,128,239); }

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

background-color css

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

 a { background-color: rgb(112,128,239); }

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

border-color css

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

 span { border-color: rgb(112,128,239); }

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