Html Css Color HEX #7082DE Cornflower Blue

📋 copy color: '#7082DE'

red 112 ◦ green 130 ◦ blue 222

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

Shades of Cornflower Blue #7082DE

Tints of Cornflower Blue #7082DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.84%

R = 24.14%
G = 28.02%
B = 47.84%

CMYK

 C value IS 0.50

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7082DE (or 0x7082DE) is known color: Cornflower Blue. HEX triplet: 70, 82 and DE. RGB value is (112,130,222). Sum of RGB (Red+Green+Blue) = 112+130+222=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #7082DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7082DE is #8F7D21. Grayscale: #868686. Windows color (decimal): -9403682 or 14582384. OLE color: 14582384.

HSL color Cylindrical-coordinate representation of color #7082DE: hue angle of 230.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7082DE is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 130 222 -
CMYK 0.50 0.41 0 0.13
HSL 230.18º 0.63% 0.65% -
HSV(B) 230.18º 0.5% 0.87% -
XYZ 27.85 24.68 72.4 -
YUV 135.11 177.04 111.52 -
System Red Green Blue C M Y K H S L
Decimal 112 130 222 0.50 0.41 0 0.13 230.18 0.63 0.65
Hex 70 82 DE 32 29 0 D E6 3E 41
Octal 160 202 336 62 51 0 15 346 76 101
Binary 1110000 10000010 11011110 110010 101001 0 1101 11100110 111110 1000001

Color Harmonies of #7082DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7082DE

Black with #7082DE

Text Example


Text Example

White with #7082DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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