Html Css Color HEX #7082EB Cornflower Blue

📋 copy color: '#7082EB'

red 112 ◦ green 130 ◦ blue 235

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

Shades of Cornflower Blue #7082EB

Tints of Cornflower Blue #7082EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.27%

R = 23.48%
G = 27.25%
B = 49.27%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7082EB (or 0x7082EB) is known color: Cornflower Blue. HEX triplet: 70, 82 and EB. RGB value is (112,130,235). Sum of RGB (Red+Green+Blue) = 112+130+235=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #7082EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7082EB is #8F7D14. Grayscale: #888888. Windows color (decimal): -9403669 or 15434352. OLE color: 15434352.

HSL color Cylindrical-coordinate representation of color #7082EB: hue angle of 231.22º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7082EB is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 130 235 -
CMYK 0.52 0.45 0 0.08
HSL 231.22º 0.75% 0.68% -
HSV(B) 231.22º 0.52% 0.92% -
XYZ 29.66 25.41 81.94 -
YUV 136.59 183.54 110.46 -
System Red Green Blue C M Y K H S L
Decimal 112 130 235 0.52 0.45 0 0.08 231.22 0.75 0.68
Hex 70 82 EB 34 2D 0 8 E7 4B 44
Octal 160 202 353 64 55 0 10 347 113 104
Binary 1110000 10000010 11101011 110100 101101 0 1000 11100111 1001011 1000100

Color Harmonies of #7082EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7082EB

Black with #7082EB

Text Example


Text Example

White with #7082EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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