Html Css Color HEX #7491DB Cornflower Blue

📋 copy color: '#7491DB'

red 116 ◦ green 145 ◦ blue 219

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

Shades of Cornflower Blue #7491DB

Tints of Cornflower Blue #7491DB

RGB

 RED value IS 116 (45.7% from 255) = 24.17%

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

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

R = 24.17%
G = 30.21%
B = 45.63%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7491DB (or 0x7491DB) is known color: Cornflower Blue. HEX triplet: 74, 91 and DB. RGB value is (116,145,219). Sum of RGB (Red+Green+Blue) = 116+145+219=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #7491DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7491DB is #8B6E24. Grayscale: #909090. Windows color (decimal): -9137701 or 14389620. OLE color: 14389620.

HSL color Cylindrical-coordinate representation of color #7491DB: hue angle of 223.11º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7491DB is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 145 219 -
CMYK 0.47 0.34 0 0.14
HSL 223.11º 0.59% 0.66% -
HSV(B) 223.11º 0.47% 0.86% -
XYZ 30.11 29.08 71.04 -
YUV 144.77 169.89 107.48 -
System Red Green Blue C M Y K H S L
Decimal 116 145 219 0.47 0.34 0 0.14 223.11 0.59 0.66
Hex 74 91 DB 2F 22 0 E DF 3B 42
Octal 164 221 333 57 42 0 16 337 73 102
Binary 1110100 10010001 11011011 101111 100010 0 1110 11011111 111011 1000010

Color Harmonies of #7491DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7491DB

Black with #7491DB

Text Example


Text Example

White with #7491DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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