Html Css Color HEX #7181DB Cornflower Blue

📋 copy color: '#7181DB'

red 113 ◦ green 129 ◦ blue 219

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

Shades of Cornflower Blue #7181DB

Tints of Cornflower Blue #7181DB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.98%

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 24.51%
G = 27.98%
B = 47.51%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7181DB (or 0x7181DB) is known color: Cornflower Blue. HEX triplet: 71, 81 and DB. RGB value is (113,129,219). Sum of RGB (Red+Green+Blue) = 113+129+219=461 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.51% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #7181DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7181DB is #8E7E24. Grayscale: #868686. Windows color (decimal): -9338405 or 14385521. OLE color: 14385521.

HSL color Cylindrical-coordinate representation of color #7181DB: hue angle of 230.94º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7181DB is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 129 219 -
CMYK 0.48 0.41 0 0.14
HSL 230.94º 0.6% 0.65% -
HSV(B) 230.94º 0.48% 0.86% -
XYZ 27.45 24.33 70.27 -
YUV 134.48 175.7 112.68 -
System Red Green Blue C M Y K H S L
Decimal 113 129 219 0.48 0.41 0 0.14 230.94 0.6 0.65
Hex 71 81 DB 30 29 0 E E7 3C 41
Octal 161 201 333 60 51 0 16 347 74 101
Binary 1110001 10000001 11011011 110000 101001 0 1110 11100111 111100 1000001

Color Harmonies of #7181DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7181DB

Black with #7181DB

Text Example


Text Example

White with #7181DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7181DB; }

 p { color: rgb(113,129,219); }

 H1.HeaderClassName
 {
   color: #7181DB;
 }
 .AnyTagClassName
 {
   color: #7181DB;
 }
</style>

background-color css

<style>
 a { background-color: #7181DB; }

 a { background-color: rgb(113,129,219); }

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

border-color css

<style>
 span { border-color: #7181DB; }

 span { border-color: rgb(113,129,219); }

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