Html Css Color HEX #7493FF Cornflower Blue

📋 copy color: '#7493FF'

red 116 ◦ green 147 ◦ blue 255

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

Shades of Cornflower Blue #7493FF

Tints of Cornflower Blue #7493FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.23%

R = 22.39%
G = 28.38%
B = 49.23%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7493FF (or 0x7493FF) is known color: Cornflower Blue. HEX triplet: 74, 93 and FF. RGB value is (116,147,255). Sum of RGB (Red+Green+Blue) = 116+147+255=518 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.39% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #7493FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7493FF is #8B6C00. Grayscale: #959595. Windows color (decimal): -9137153 or 16749428. OLE color: 16749428.

HSL color Cylindrical-coordinate representation of color #7493FF: hue angle of 226.62º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7493FF is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 116 147 255 -
CMYK 0.55 0.42 0 0
HSL 226.62º 1% 0.73% -
HSV(B) 226.62º 0.55% 1% -
XYZ 35.69 31.8 98.86 -
YUV 150.04 187.23 103.72 -
System Red Green Blue C M Y K H S L
Decimal 116 147 255 0.55 0.42 0 0 226.62 1 0.73
Hex 74 93 FF 37 2A 0 0 E3 64 49
Octal 164 223 377 67 52 0 0 343 144 111
Binary 1110100 10010011 11111111 110111 101010 0 0 11100011 1100100 1001001

Color Harmonies of #7493FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7493FF

Black with #7493FF

Text Example


Text Example

White with #7493FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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