Html Css Color HEX #7082DA Cornflower Blue

📋 copy color: '#7082DA'

red 112 ◦ green 130 ◦ blue 218

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

Shades of Cornflower Blue #7082DA

Tints of Cornflower Blue #7082DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.39%

R = 24.35%
G = 28.26%
B = 47.39%

CMYK

 C value IS 0.49

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7082DA (or 0x7082DA) is known color: Cornflower Blue. HEX triplet: 70, 82 and DA. RGB value is (112,130,218). Sum of RGB (Red+Green+Blue) = 112+130+218=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #7082DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7082DA is #8F7D25. Grayscale: #868686. Windows color (decimal): -9403686 or 14320240. OLE color: 14320240.

HSL color Cylindrical-coordinate representation of color #7082DA: hue angle of 229.81º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7082DA is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 130 218 -
CMYK 0.49 0.40 0 0.15
HSL 229.81º 0.59% 0.65% -
HSV(B) 229.81º 0.49% 0.85% -
XYZ 27.32 24.47 69.61 -
YUV 134.65 175.04 111.84 -
System Red Green Blue C M Y K H S L
Decimal 112 130 218 0.49 0.40 0 0.15 229.81 0.59 0.65
Hex 70 82 DA 31 28 0 F E6 3B 41
Octal 160 202 332 61 50 0 17 346 73 101
Binary 1110000 10000010 11011010 110001 101000 0 1111 11100110 111011 1000001

Color Harmonies of #7082DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7082DA

Black with #7082DA

Text Example


Text Example

White with #7082DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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