Html Css Color HEX #7492FF Cornflower Blue

📋 copy color: '#7492FF'

red 116 ◦ green 146 ◦ blue 255

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

Shades of Cornflower Blue #7492FF

Tints of Cornflower Blue #7492FF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.24%

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

R = 22.44%
G = 28.24%
B = 49.32%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7492FF (or 0x7492FF) is known color: Cornflower Blue. HEX triplet: 74, 92 and FF. RGB value is (116,146,255). Sum of RGB (Red+Green+Blue) = 116+146+255=517 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.44% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #7492FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7492FF is #8B6D00. Grayscale: #949494. Windows color (decimal): -9137409 or 16749172. OLE color: 16749172.

HSL color Cylindrical-coordinate representation of color #7492FF: hue angle of 227.05º 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 #7492FF is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 116 146 255 -
CMYK 0.55 0.43 0 0
HSL 227.05º 1% 0.73% -
HSV(B) 227.05º 0.55% 1% -
XYZ 35.53 31.49 98.81 -
YUV 149.46 187.56 104.14 -
System Red Green Blue C M Y K H S L
Decimal 116 146 255 0.55 0.43 0 0 227.05 1 0.73
Hex 74 92 FF 37 2B 0 0 E3 64 49
Octal 164 222 377 67 53 0 0 343 144 111
Binary 1110100 10010010 11111111 110111 101011 0 0 11100011 1100100 1001001

Color Harmonies of #7492FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7492FF

Black with #7492FF

Text Example


Text Example

White with #7492FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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