Html Css Color HEX #7494ED Cornflower Blue

📋 copy color: '#7494ED'

red 116 ◦ green 148 ◦ blue 237

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

Shades of Cornflower Blue #7494ED

Tints of Cornflower Blue #7494ED

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.54%

 BLUE value IS 237 (92.97% from 255) = 47.31%

R = 23.15%
G = 29.54%
B = 47.31%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7494ED (or 0x7494ED) is known color: Cornflower Blue. HEX triplet: 74, 94 and ED. RGB value is (116,148,237). Sum of RGB (Red+Green+Blue) = 116+148+237=501 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.15% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #7494ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7494ED is #8B6B12. Grayscale: #949494. Windows color (decimal): -9136915 or 15570036. OLE color: 15570036.

HSL color Cylindrical-coordinate representation of color #7494ED: hue angle of 224.13º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7494ED is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 148 237 -
CMYK 0.51 0.38 0 0.07
HSL 224.13º 0.77% 0.69% -
HSV(B) 224.13º 0.51% 0.93% -
XYZ 33.08 31.01 84.36 -
YUV 148.58 177.9 104.76 -
System Red Green Blue C M Y K H S L
Decimal 116 148 237 0.51 0.38 0 0.07 224.13 0.77 0.69
Hex 74 94 ED 33 26 0 7 E0 4D 45
Octal 164 224 355 63 46 0 7 340 115 105
Binary 1110100 10010100 11101101 110011 100110 0 111 11100000 1001101 1000101

Color Harmonies of #7494ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7494ED

Black with #7494ED

Text Example


Text Example

White with #7494ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7494ED; }

 p { color: rgb(116,148,237); }

 H1.HeaderClassName
 {
   color: #7494ED;
 }
 .AnyTagClassName
 {
   color: #7494ED;
 }
</style>

background-color css

<style>
 a { background-color: #7494ED; }

 a { background-color: rgb(116,148,237); }

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

border-color css

<style>
 span { border-color: #7494ED; }

 span { border-color: rgb(116,148,237); }

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