Html Css Color HEX #7492F9 Cornflower Blue

📋 copy color: '#7492F9'

red 116 ◦ green 146 ◦ blue 249

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

Shades of Cornflower Blue #7492F9

Tints of Cornflower Blue #7492F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.73%

R = 22.7%
G = 28.57%
B = 48.73%

CMYK

 C value IS 0.53

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7492F9 (or 0x7492F9) is known color: Cornflower Blue. HEX triplet: 74, 92 and F9. RGB value is (116,146,249). Sum of RGB (Red+Green+Blue) = 116+146+249=511 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.70% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #7492F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7492F9 is #8B6D06. Grayscale: #949494. Windows color (decimal): -9137415 or 16355956. OLE color: 16355956.

HSL color Cylindrical-coordinate representation of color #7492F9: hue angle of 226.47º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7492F9 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 146 249 -
CMYK 0.53 0.41 0 0.02
HSL 226.47º 0.92% 0.72% -
HSV(B) 226.47º 0.53% 0.98% -
XYZ 34.58 31.11 93.8 -
YUV 148.77 184.56 104.62 -
System Red Green Blue C M Y K H S L
Decimal 116 146 249 0.53 0.41 0 0.02 226.47 0.92 0.72
Hex 74 92 F9 35 29 0 2 E2 5C 48
Octal 164 222 371 65 51 0 2 342 134 110
Binary 1110100 10010010 11111001 110101 101001 0 10 11100010 1011100 1001000

Color Harmonies of #7492F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7492F9

Black with #7492F9

Text Example


Text Example

White with #7492F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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