Html Css Color HEX #7291DB Cornflower Blue

📋 copy color: '#7291DB'

red 114 ◦ green 145 ◦ blue 219

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

Shades of Cornflower Blue #7291DB

Tints of Cornflower Blue #7291DB

RGB

 RED value IS 114 (44.92% from 255) = 23.85%

 GREEN value IS 145 (57.03% from 255) = 30.33%

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

R = 23.85%
G = 30.33%
B = 45.82%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7291DB (or 0x7291DB) is known color: Cornflower Blue. HEX triplet: 72, 91 and DB. RGB value is (114,145,219). Sum of RGB (Red+Green+Blue) = 114+145+219=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #7291DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7291DB is #8D6E24. Grayscale: #8F8F8F. Windows color (decimal): -9268773 or 14389618. OLE color: 14389618.

HSL color Cylindrical-coordinate representation of color #7291DB: hue angle of 222.29º degrees, saturation: 0.59, 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 #7291DB is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 145 219 -
CMYK 0.48 0.34 0 0.14
HSL 222.29º 0.59% 0.65% -
HSV(B) 222.29º 0.48% 0.86% -
XYZ 29.85 28.94 71.03 -
YUV 144.17 170.23 106.48 -
System Red Green Blue C M Y K H S L
Decimal 114 145 219 0.48 0.34 0 0.14 222.29 0.59 0.65
Hex 72 91 DB 30 22 0 E DE 3B 41
Octal 162 221 333 60 42 0 16 336 73 101
Binary 1110010 10010001 11011011 110000 100010 0 1110 11011110 111011 1000001

Color Harmonies of #7291DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7291DB

Black with #7291DB

Text Example


Text Example

White with #7291DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,145,219); }

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

background-color css

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

 a { background-color: rgb(114,145,219); }

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

border-color css

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

 span { border-color: rgb(114,145,219); }

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