Html Css Color HEX #7493DD Cornflower Blue

📋 copy color: '#7493DD'

red 116 ◦ green 147 ◦ blue 221

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

Shades of Cornflower Blue #7493DD

Tints of Cornflower Blue #7493DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 23.97%
G = 30.37%
B = 45.66%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7493DD (or 0x7493DD) is known color: Cornflower Blue. HEX triplet: 74, 93 and DD. RGB value is (116,147,221). Sum of RGB (Red+Green+Blue) = 116+147+221=484 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.97% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #7493DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7493DD is #8B6C22. Grayscale: #919191. Windows color (decimal): -9137187 or 14521204. OLE color: 14521204.

HSL color Cylindrical-coordinate representation of color #7493DD: hue angle of 222.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7493DD is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 147 221 -
CMYK 0.48 0.33 0 0.13
HSL 222.29º 0.61% 0.66% -
HSV(B) 222.29º 0.48% 0.87% -
XYZ 30.69 29.8 72.54 -
YUV 146.17 170.23 106.48 -
System Red Green Blue C M Y K H S L
Decimal 116 147 221 0.48 0.33 0 0.13 222.29 0.61 0.66
Hex 74 93 DD 30 21 0 D DE 3D 42
Octal 164 223 335 60 41 0 15 336 75 102
Binary 1110100 10010011 11011101 110000 100001 0 1101 11011110 111101 1000010

Color Harmonies of #7493DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7493DD

Black with #7493DD

Text Example


Text Example

White with #7493DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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