Html Css Color HEX #7496DC Cornflower Blue

📋 copy color: '#7496DC'

red 116 ◦ green 150 ◦ blue 220

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

Shades of Cornflower Blue #7496DC

Tints of Cornflower Blue #7496DC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.86%

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

R = 23.87%
G = 30.86%
B = 45.27%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7496DC (or 0x7496DC) is known color: Cornflower Blue. HEX triplet: 74, 96 and DC. RGB value is (116,150,220). Sum of RGB (Red+Green+Blue) = 116+150+220=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #7496DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7496DC is #8B6923. Grayscale: #939393. Windows color (decimal): -9136420 or 14456436. OLE color: 14456436.

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

Color convert

RGB 116 150 220 -
CMYK 0.47 0.32 0 0.14
HSL 220.38º 0.6% 0.66% -
HSV(B) 220.38º 0.47% 0.86% -
XYZ 31.03 30.69 72 -
YUV 147.81 168.74 105.31 -
System Red Green Blue C M Y K H S L
Decimal 116 150 220 0.47 0.32 0 0.14 220.38 0.6 0.66
Hex 74 96 DC 2F 20 0 E DC 3C 42
Octal 164 226 334 57 40 0 16 334 74 102
Binary 1110100 10010110 11011100 101111 100000 0 1110 11011100 111100 1000010

Color Harmonies of #7496DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7496DC

Black with #7496DC

Text Example


Text Example

White with #7496DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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