Html Css Color HEX #7493FE Cornflower Blue

📋 copy color: '#7493FE'

red 116 ◦ green 147 ◦ blue 254

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

Shades of Cornflower Blue #7493FE

Tints of Cornflower Blue #7493FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.13%

R = 22.44%
G = 28.43%
B = 49.13%

CMYK

 C value IS 0.54

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7493FE (or 0x7493FE) is known color: Cornflower Blue. HEX triplet: 74, 93 and FE. RGB value is (116,147,254). Sum of RGB (Red+Green+Blue) = 116+147+254=517 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.44% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #7493FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7493FE is #8B6C01. Grayscale: #959595. Windows color (decimal): -9137154 or 16683892. OLE color: 16683892.

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

Color convert

RGB 116 147 254 -
CMYK 0.54 0.42 0 0.00
HSL 226.52º 0.99% 0.73% -
HSV(B) 226.52º 0.54% 1% -
XYZ 35.53 31.74 98.02 -
YUV 149.93 186.73 103.8 -
System Red Green Blue C M Y K H S L
Decimal 116 147 254 0.54 0.42 0 0.00 226.52 0.99 0.73
Hex 74 93 FE 36 2A 0 0 E3 63 49
Octal 164 223 376 66 52 0 0 343 143 111
Binary 1110100 10010011 11111110 110110 101010 0 0 11100011 1100011 1001001

Color Harmonies of #7493FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7493FE

Black with #7493FE

Text Example


Text Example

White with #7493FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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