Html Css Color HEX #7392DB Cornflower Blue

📋 copy color: '#7392DB'

red 115 ◦ green 146 ◦ blue 219

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

Shades of Cornflower Blue #7392DB

Tints of Cornflower Blue #7392DB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.42%

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

R = 23.96%
G = 30.42%
B = 45.63%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7392DB (or 0x7392DB) is known color: Cornflower Blue. HEX triplet: 73, 92 and DB. RGB value is (115,146,219). Sum of RGB (Red+Green+Blue) = 115+146+219=480 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.96% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #7392DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7392DB is #8C6D24. Grayscale: #909090. Windows color (decimal): -9202981 or 14389875. OLE color: 14389875.

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

Color convert

RGB 115 146 219 -
CMYK 0.47 0.33 0 0.14
HSL 222.12º 0.59% 0.65% -
HSV(B) 222.12º 0.47% 0.86% -
XYZ 30.14 29.32 71.09 -
YUV 145.05 169.73 106.56 -
System Red Green Blue C M Y K H S L
Decimal 115 146 219 0.47 0.33 0 0.14 222.12 0.59 0.65
Hex 73 92 DB 2F 21 0 E DE 3B 41
Octal 163 222 333 57 41 0 16 336 73 101
Binary 1110011 10010010 11011011 101111 100001 0 1110 11011110 111011 1000001

Color Harmonies of #7392DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7392DB

Black with #7392DB

Text Example


Text Example

White with #7392DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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