Html Css Color HEX #7394DB Cornflower Blue

📋 copy color: '#7394DB'

red 115 ◦ green 148 ◦ blue 219

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

Shades of Cornflower Blue #7394DB

Tints of Cornflower Blue #7394DB

RGB

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

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

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

R = 23.86%
G = 30.71%
B = 45.44%

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

#7394DB (or 0x7394DB) is known color: Cornflower Blue. HEX triplet: 73, 94 and DB. RGB value is (115,148,219). Sum of RGB (Red+Green+Blue) = 115+148+219=482 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.86% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #7394DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7394DB is #8C6B24. Grayscale: #919191. Windows color (decimal): -9202469 or 14390387. OLE color: 14390387.

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

Color convert

RGB 115 148 219 -
CMYK 0.47 0.32 0 0.14
HSL 220.96º 0.59% 0.65% -
HSV(B) 220.96º 0.47% 0.86% -
XYZ 30.45 29.94 71.19 -
YUV 146.23 169.07 105.73 -
System Red Green Blue C M Y K H S L
Decimal 115 148 219 0.47 0.32 0 0.14 220.96 0.59 0.65
Hex 73 94 DB 2F 20 0 E DD 3B 41
Octal 163 224 333 57 40 0 16 335 73 101
Binary 1110011 10010100 11011011 101111 100000 0 1110 11011101 111011 1000001

Color Harmonies of #7394DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7394DB

Black with #7394DB

Text Example


Text Example

White with #7394DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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