Html Css Color HEX #7491DC Cornflower Blue

📋 copy color: '#7491DC'

red 116 ◦ green 145 ◦ blue 220

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

Shades of Cornflower Blue #7491DC

Tints of Cornflower Blue #7491DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 24.12%
G = 30.15%
B = 45.74%

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

#7491DC (or 0x7491DC) is known color: Cornflower Blue. HEX triplet: 74, 91 and DC. RGB value is (116,145,220). Sum of RGB (Red+Green+Blue) = 116+145+220=481 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.12% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #7491DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7491DC is #8B6E23. Grayscale: #909090. Windows color (decimal): -9137700 or 14455156. OLE color: 14455156.

HSL color Cylindrical-coordinate representation of color #7491DC: hue angle of 223.27º degrees, saturation: 0.6, 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 #7491DC is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 145 220 -
CMYK 0.47 0.34 0 0.14
HSL 223.27º 0.6% 0.66% -
HSV(B) 223.27º 0.47% 0.86% -
XYZ 30.25 29.13 71.74 -
YUV 144.88 170.39 107.4 -
System Red Green Blue C M Y K H S L
Decimal 116 145 220 0.47 0.34 0 0.14 223.27 0.6 0.66
Hex 74 91 DC 2F 22 0 E DF 3C 42
Octal 164 221 334 57 42 0 16 337 74 102
Binary 1110100 10010001 11011100 101111 100010 0 1110 11011111 111100 1000010

Color Harmonies of #7491DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7491DC

Black with #7491DC

Text Example


Text Example

White with #7491DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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