Html Css Color HEX #7494FE Cornflower Blue

📋 copy color: '#7494FE'

red 116 ◦ green 148 ◦ blue 254

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

Shades of Cornflower Blue #7494FE

Tints of Cornflower Blue #7494FE

RGB

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

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

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

R = 22.39%
G = 28.57%
B = 49.03%

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

#7494FE (or 0x7494FE) is known color: Cornflower Blue. HEX triplet: 74, 94 and FE. RGB value is (116,148,254). Sum of RGB (Red+Green+Blue) = 116+148+254=518 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.39% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #7494FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7494FE is #8B6B01. Grayscale: #969696. Windows color (decimal): -9136898 or 16684148. OLE color: 16684148.

HSL color Cylindrical-coordinate representation of color #7494FE: hue angle of 226.09º 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 #7494FE is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 148 254 -
CMYK 0.54 0.42 0 0.00
HSL 226.09º 0.99% 0.73% -
HSV(B) 226.09º 0.54% 1% -
XYZ 35.68 32.05 98.07 -
YUV 150.52 186.4 103.38 -
System Red Green Blue C M Y K H S L
Decimal 116 148 254 0.54 0.42 0 0.00 226.09 0.99 0.73
Hex 74 94 FE 36 2A 0 0 E2 63 49
Octal 164 224 376 66 52 0 0 342 143 111
Binary 1110100 10010100 11111110 110110 101010 0 0 11100010 1100011 1001001

Color Harmonies of #7494FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7494FE

Black with #7494FE

Text Example


Text Example

White with #7494FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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