Html Css Color HEX #7594DB Cornflower Blue

📋 copy color: '#7594DB'

red 117 ◦ green 148 ◦ blue 219

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

Shades of Cornflower Blue #7594DB

Tints of Cornflower Blue #7594DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.58%

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

R = 24.17%
G = 30.58%
B = 45.25%

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

#7594DB (or 0x7594DB) is known color: Cornflower Blue. HEX triplet: 75, 94 and DB. RGB value is (117,148,219). Sum of RGB (Red+Green+Blue) = 117+148+219=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #7594DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7594DB is #8A6B24. Grayscale: #929292. Windows color (decimal): -9071397 or 14390389. OLE color: 14390389.

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

Color convert

RGB 117 148 219 -
CMYK 0.47 0.32 0 0.14
HSL 221.76º 0.59% 0.66% -
HSV(B) 221.76º 0.47% 0.86% -
XYZ 30.71 30.08 71.2 -
YUV 146.83 168.73 106.73 -
System Red Green Blue C M Y K H S L
Decimal 117 148 219 0.47 0.32 0 0.14 221.76 0.59 0.66
Hex 75 94 DB 2F 20 0 E DE 3B 42
Octal 165 224 333 57 40 0 16 336 73 102
Binary 1110101 10010100 11011011 101111 100000 0 1110 11011110 111011 1000010

Color Harmonies of #7594DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7594DB

Black with #7594DB

Text Example


Text Example

White with #7594DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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