Html Css Color HEX #7490DC Cornflower Blue

📋 copy color: '#7490DC'

red 116 ◦ green 144 ◦ blue 220

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

Shades of Cornflower Blue #7490DC

Tints of Cornflower Blue #7490DC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30%

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

R = 24.17%
G = 30%
B = 45.83%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7490DC (or 0x7490DC) is known color: Cornflower Blue. HEX triplet: 74, 90 and DC. RGB value is (116,144,220). Sum of RGB (Red+Green+Blue) = 116+144+220=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #7490DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7490DC is #8B6F23. Grayscale: #8F8F8F. Windows color (decimal): -9137956 or 14454900. OLE color: 14454900.

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

Color convert

RGB 116 144 220 -
CMYK 0.47 0.35 0 0.14
HSL 223.85º 0.6% 0.66% -
HSV(B) 223.85º 0.47% 0.86% -
XYZ 30.09 28.83 71.69 -
YUV 144.29 170.72 107.82 -
System Red Green Blue C M Y K H S L
Decimal 116 144 220 0.47 0.35 0 0.14 223.85 0.6 0.66
Hex 74 90 DC 2F 23 0 E E0 3C 42
Octal 164 220 334 57 43 0 16 340 74 102
Binary 1110100 10010000 11011100 101111 100011 0 1110 11100000 111100 1000010

Color Harmonies of #7490DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7490DC

Black with #7490DC

Text Example


Text Example

White with #7490DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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