Html Css Color HEX #7395DA Cornflower Blue

📋 copy color: '#7395DA'

red 115 ◦ green 149 ◦ blue 218

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

Shades of Cornflower Blue #7395DA

Tints of Cornflower Blue #7395DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 23.86%
G = 30.91%
B = 45.23%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7395DA (or 0x7395DA) is known color: Cornflower Blue. HEX triplet: 73, 95 and DA. RGB value is (115,149,218). Sum of RGB (Red+Green+Blue) = 115+149+218=482 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.86% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #7395DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7395DA is #8C6A25. Grayscale: #929292. Windows color (decimal): -9202214 or 14325107. OLE color: 14325107.

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

Color convert

RGB 115 149 218 -
CMYK 0.47 0.32 0 0.15
HSL 220.19º 0.58% 0.65% -
HSV(B) 220.19º 0.47% 0.85% -
XYZ 30.47 30.2 70.55 -
YUV 146.7 168.24 105.39 -
System Red Green Blue C M Y K H S L
Decimal 115 149 218 0.47 0.32 0 0.15 220.19 0.58 0.65
Hex 73 95 DA 2F 20 0 F DC 3A 41
Octal 163 225 332 57 40 0 17 334 72 101
Binary 1110011 10010101 11011010 101111 100000 0 1111 11011100 111010 1000001

Color Harmonies of #7395DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7395DA

Black with #7395DA

Text Example


Text Example

White with #7395DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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