Html Css Color HEX #7493DB Cornflower Blue

📋 copy color: '#7493DB'

red 116 ◦ green 147 ◦ blue 219

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

Shades of Cornflower Blue #7493DB

Tints of Cornflower Blue #7493DB

RGB

 RED value IS 116 (45.7% from 255) = 24.07%

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

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

R = 24.07%
G = 30.5%
B = 45.44%

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

#7493DB (or 0x7493DB) is known color: Cornflower Blue. HEX triplet: 74, 93 and DB. RGB value is (116,147,219). Sum of RGB (Red+Green+Blue) = 116+147+219=482 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.07% from 482); Green value is 147 (57.81% from 255 or 30.50% 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 #7493DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7493DB is #8B6C24. Grayscale: #919191. Windows color (decimal): -9137189 or 14390132. OLE color: 14390132.

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

Color convert

RGB 116 147 219 -
CMYK 0.47 0.33 0 0.14
HSL 221.94º 0.59% 0.66% -
HSV(B) 221.94º 0.47% 0.86% -
XYZ 30.42 29.69 71.15 -
YUV 145.94 169.23 106.65 -
System Red Green Blue C M Y K H S L
Decimal 116 147 219 0.47 0.33 0 0.14 221.94 0.59 0.66
Hex 74 93 DB 2F 21 0 E DE 3B 42
Octal 164 223 333 57 41 0 16 336 73 102
Binary 1110100 10010011 11011011 101111 100001 0 1110 11011110 111011 1000010

Color Harmonies of #7493DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7493DB

Black with #7493DB

Text Example


Text Example

White with #7493DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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