Html Css Color HEX #7595DB Cornflower Blue

📋 copy color: '#7595DB'

red 117 ◦ green 149 ◦ blue 219

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

Shades of Cornflower Blue #7595DB

Tints of Cornflower Blue #7595DB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.72%

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

R = 24.12%
G = 30.72%
B = 45.15%

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

#7595DB (or 0x7595DB) is known color: Cornflower Blue. HEX triplet: 75, 95 and DB. RGB value is (117,149,219). Sum of RGB (Red+Green+Blue) = 117+149+219=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #7595DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7595DB is #8A6A24. Grayscale: #939393. Windows color (decimal): -9071141 or 14390645. OLE color: 14390645.

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

Color convert

RGB 117 149 219 -
CMYK 0.47 0.32 0 0.14
HSL 221.18º 0.59% 0.66% -
HSV(B) 221.18º 0.47% 0.86% -
XYZ 30.87 30.39 71.26 -
YUV 147.41 168.4 106.31 -
System Red Green Blue C M Y K H S L
Decimal 117 149 219 0.47 0.32 0 0.14 221.18 0.59 0.66
Hex 75 95 DB 2F 20 0 E DD 3B 42
Octal 165 225 333 57 40 0 16 335 73 102
Binary 1110101 10010101 11011011 101111 100000 0 1110 11011101 111011 1000010

Color Harmonies of #7595DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7595DB

Black with #7595DB

Text Example


Text Example

White with #7595DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,149,219); }

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

background-color css

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

 a { background-color: rgb(117,149,219); }

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

border-color css

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

 span { border-color: rgb(117,149,219); }

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