Html Css Color HEX #7182DD Cornflower Blue

📋 copy color: '#7182DD'

red 113 ◦ green 130 ◦ blue 221

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

Shades of Cornflower Blue #7182DD

Tints of Cornflower Blue #7182DD

RGB

 RED value IS 113 (44.53% from 255) = 24.35%

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

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 24.35%
G = 28.02%
B = 47.63%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7182DD (or 0x7182DD) is known color: Cornflower Blue. HEX triplet: 71, 82 and DD. RGB value is (113,130,221). Sum of RGB (Red+Green+Blue) = 113+130+221=464 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.35% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #7182DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7182DD is #8E7D22. Grayscale: #868686. Windows color (decimal): -9338147 or 14516849. OLE color: 14516849.

HSL color Cylindrical-coordinate representation of color #7182DD: hue angle of 230.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7182DD is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 130 221 -
CMYK 0.49 0.41 0 0.13
HSL 230.56º 0.61% 0.65% -
HSV(B) 230.56º 0.49% 0.87% -
XYZ 27.84 24.7 71.71 -
YUV 135.29 176.37 112.1 -
System Red Green Blue C M Y K H S L
Decimal 113 130 221 0.49 0.41 0 0.13 230.56 0.61 0.65
Hex 71 82 DD 31 29 0 D E7 3D 41
Octal 161 202 335 61 51 0 15 347 75 101
Binary 1110001 10000010 11011101 110001 101001 0 1101 11100111 111101 1000001

Color Harmonies of #7182DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7182DD

Black with #7182DD

Text Example


Text Example

White with #7182DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7182DD; }

 p { color: rgb(113,130,221); }

 H1.HeaderClassName
 {
   color: #7182DD;
 }
 .AnyTagClassName
 {
   color: #7182DD;
 }
</style>

background-color css

<style>
 a { background-color: #7182DD; }

 a { background-color: rgb(113,130,221); }

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

border-color css

<style>
 span { border-color: #7182DD; }

 span { border-color: rgb(113,130,221); }

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