Html Css Color HEX #7082EC Cornflower Blue

📋 copy color: '#7082EC'

red 112 ◦ green 130 ◦ blue 236

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

Shades of Cornflower Blue #7082EC

Tints of Cornflower Blue #7082EC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.2%

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

R = 23.43%
G = 27.2%
B = 49.37%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7082EC (or 0x7082EC) is known color: Cornflower Blue. HEX triplet: 70, 82 and EC. RGB value is (112,130,236). Sum of RGB (Red+Green+Blue) = 112+130+236=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #7082EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7082EC is #8F7D13. Grayscale: #888888. Windows color (decimal): -9403668 or 15499888. OLE color: 15499888.

HSL color Cylindrical-coordinate representation of color #7082EC: hue angle of 231.29º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7082EC is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 130 236 -
CMYK 0.53 0.45 0 0.07
HSL 231.29º 0.77% 0.68% -
HSV(B) 231.29º 0.53% 0.93% -
XYZ 29.81 25.47 82.7 -
YUV 136.7 184.04 110.38 -
System Red Green Blue C M Y K H S L
Decimal 112 130 236 0.53 0.45 0 0.07 231.29 0.77 0.68
Hex 70 82 EC 35 2D 0 7 E7 4D 44
Octal 160 202 354 65 55 0 7 347 115 104
Binary 1110000 10000010 11101100 110101 101101 0 111 11100111 1001101 1000100

Color Harmonies of #7082EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7082EC

Black with #7082EC

Text Example


Text Example

White with #7082EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,130,236); }

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

background-color css

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

 a { background-color: rgb(112,130,236); }

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

border-color css

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

 span { border-color: rgb(112,130,236); }

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