Html Css Color HEX #7596DC Cornflower Blue

📋 copy color: '#7596DC'

red 117 ◦ green 150 ◦ blue 220

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

Shades of Cornflower Blue #7596DC

Tints of Cornflower Blue #7596DC

RGB

 RED value IS 117 (46.09% from 255) = 24.02%

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

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

R = 24.02%
G = 30.8%
B = 45.17%

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

#7596DC (or 0x7596DC) is known color: Cornflower Blue. HEX triplet: 75, 96 and DC. RGB value is (117,150,220). Sum of RGB (Red+Green+Blue) = 117+150+220=487 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.02% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #7596DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7596DC is #8A6923. Grayscale: #939393. Windows color (decimal): -9070884 or 14456437. OLE color: 14456437.

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

Color convert

RGB 117 150 220 -
CMYK 0.47 0.32 0 0.14
HSL 220.78º 0.6% 0.66% -
HSV(B) 220.78º 0.47% 0.86% -
XYZ 31.16 30.76 72.01 -
YUV 148.11 168.57 105.81 -
System Red Green Blue C M Y K H S L
Decimal 117 150 220 0.47 0.32 0 0.14 220.78 0.6 0.66
Hex 75 96 DC 2F 20 0 E DD 3C 42
Octal 165 226 334 57 40 0 16 335 74 102
Binary 1110101 10010110 11011100 101111 100000 0 1110 11011101 111100 1000010

Color Harmonies of #7596DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7596DC

Black with #7596DC

Text Example


Text Example

White with #7596DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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