Html Css Color HEX #7180DD Cornflower Blue

📋 copy color: '#7180DD'

red 113 ◦ green 128 ◦ blue 221

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

Shades of Cornflower Blue #7180DD

Tints of Cornflower Blue #7180DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.71%

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

R = 24.46%
G = 27.71%
B = 47.84%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7180DD (or 0x7180DD) is known color: Cornflower Blue. HEX triplet: 71, 80 and DD. RGB value is (113,128,221). Sum of RGB (Red+Green+Blue) = 113+128+221=462 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.46% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #7180DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7180DD is #8E7F22. Grayscale: #858585. Windows color (decimal): -9338659 or 14516337. OLE color: 14516337.

HSL color Cylindrical-coordinate representation of color #7180DD: hue angle of 231.67º 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 #7180DD is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 128 221 -
CMYK 0.49 0.42 0 0.13
HSL 231.67º 0.61% 0.65% -
HSV(B) 231.67º 0.49% 0.87% -
XYZ 27.58 24.17 71.62 -
YUV 134.12 177.03 112.94 -
System Red Green Blue C M Y K H S L
Decimal 113 128 221 0.49 0.42 0 0.13 231.67 0.61 0.65
Hex 71 80 DD 31 2A 0 D E8 3D 41
Octal 161 200 335 61 52 0 15 350 75 101
Binary 1110001 10000000 11011101 110001 101010 0 1101 11101000 111101 1000001

Color Harmonies of #7180DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7180DD

Black with #7180DD

Text Example


Text Example

White with #7180DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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