Html Css Color HEX #7082E5 Cornflower Blue

📋 copy color: '#7082E5'

red 112 ◦ green 130 ◦ blue 229

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

Shades of Cornflower Blue #7082E5

Tints of Cornflower Blue #7082E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.62%

R = 23.78%
G = 27.6%
B = 48.62%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7082E5 (or 0x7082E5) is known color: Cornflower Blue. HEX triplet: 70, 82 and E5. RGB value is (112,130,229). Sum of RGB (Red+Green+Blue) = 112+130+229=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 229 - color contains mainly: blue. Hex color #7082E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7082E5 is #8F7D1A. Grayscale: #878787. Windows color (decimal): -9403675 or 15041136. OLE color: 15041136.

HSL color Cylindrical-coordinate representation of color #7082E5: hue angle of 230.77º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7082E5 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 130 229 -
CMYK 0.51 0.43 0 0.10
HSL 230.77º 0.69% 0.67% -
HSV(B) 230.77º 0.51% 0.9% -
XYZ 28.81 25.07 77.45 -
YUV 135.9 180.54 110.95 -
System Red Green Blue C M Y K H S L
Decimal 112 130 229 0.51 0.43 0 0.10 230.77 0.69 0.67
Hex 70 82 E5 33 2B 0 A E7 45 43
Octal 160 202 345 63 53 0 12 347 105 103
Binary 1110000 10000010 11100101 110011 101011 0 1010 11100111 1000101 1000011

Color Harmonies of #7082E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7082E5

Black with #7082E5

Text Example


Text Example

White with #7082E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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