Html Css Color HEX #7093DB Cornflower Blue

📋 copy color: '#7093DB'

red 112 ◦ green 147 ◦ blue 219

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

Shades of Cornflower Blue #7093DB

Tints of Cornflower Blue #7093DB

RGB

 RED value IS 112 (44.14% from 255) = 23.43%

 GREEN value IS 147 (57.81% from 255) = 30.75%

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

R = 23.43%
G = 30.75%
B = 45.82%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7093DB (or 0x7093DB) is known color: Cornflower Blue. HEX triplet: 70, 93 and DB. RGB value is (112,147,219). Sum of RGB (Red+Green+Blue) = 112+147+219=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #7093DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7093DB is #8F6C24. Grayscale: #909090. Windows color (decimal): -9399333 or 14390128. OLE color: 14390128.

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

Color convert

RGB 112 147 219 -
CMYK 0.49 0.33 0 0.14
HSL 220.37º 0.6% 0.65% -
HSV(B) 220.37º 0.49% 0.86% -
XYZ 29.9 29.43 71.12 -
YUV 144.74 169.9 104.65 -
System Red Green Blue C M Y K H S L
Decimal 112 147 219 0.49 0.33 0 0.14 220.37 0.6 0.65
Hex 70 93 DB 31 21 0 E DC 3C 41
Octal 160 223 333 61 41 0 16 334 74 101
Binary 1110000 10010011 11011011 110001 100001 0 1110 11011100 111100 1000001

Color Harmonies of #7093DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7093DB

Black with #7093DB

Text Example


Text Example

White with #7093DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,147,219); }

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

background-color css

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

 a { background-color: rgb(112,147,219); }

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

border-color css

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

 span { border-color: rgb(112,147,219); }

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