Html Css Color HEX #7395DB Cornflower Blue

📋 copy color: '#7395DB'

red 115 ◦ green 149 ◦ blue 219

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

Shades of Cornflower Blue #7395DB

Tints of Cornflower Blue #7395DB

RGB

 RED value IS 115 (45.31% from 255) = 23.81%

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

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

R = 23.81%
G = 30.85%
B = 45.34%

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

#7395DB (or 0x7395DB) is known color: Cornflower Blue. HEX triplet: 73, 95 and DB. RGB value is (115,149,219). Sum of RGB (Red+Green+Blue) = 115+149+219=483 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.81% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #7395DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7395DB is #8C6A24. Grayscale: #929292. Windows color (decimal): -9202213 or 14390643. OLE color: 14390643.

HSL color Cylindrical-coordinate representation of color #7395DB: hue angle of 220.38º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7395DB is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 149 219 -
CMYK 0.47 0.32 0 0.14
HSL 220.38º 0.59% 0.65% -
HSV(B) 220.38º 0.47% 0.86% -
XYZ 30.6 30.25 71.24 -
YUV 146.81 168.74 105.31 -
System Red Green Blue C M Y K H S L
Decimal 115 149 219 0.47 0.32 0 0.14 220.38 0.59 0.65
Hex 73 95 DB 2F 20 0 E DC 3B 41
Octal 163 225 333 57 40 0 16 334 73 101
Binary 1110011 10010101 11011011 101111 100000 0 1110 11011100 111011 1000001

Color Harmonies of #7395DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7395DB

Black with #7395DB

Text Example


Text Example

White with #7395DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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