Html Css Color HEX #7490FB Cornflower Blue

📋 copy color: '#7490FB'

red 116 ◦ green 144 ◦ blue 251

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

Shades of Cornflower Blue #7490FB

Tints of Cornflower Blue #7490FB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.18%

 BLUE value IS 251 (98.44% from 255) = 49.12%

R = 22.7%
G = 28.18%
B = 49.12%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7490FB (or 0x7490FB) is known color: Cornflower Blue. HEX triplet: 74, 90 and FB. RGB value is (116,144,251). Sum of RGB (Red+Green+Blue) = 116+144+251=511 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.70% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #7490FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7490FB is #8B6F04. Grayscale: #939393. Windows color (decimal): -9137925 or 16486516. OLE color: 16486516.

HSL color Cylindrical-coordinate representation of color #7490FB: hue angle of 227.56º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7490FB is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 144 251 -
CMYK 0.54 0.43 0 0.02
HSL 227.56º 0.94% 0.72% -
HSV(B) 227.56º 0.54% 0.98% -
XYZ 34.59 30.62 95.35 -
YUV 147.83 186.22 105.3 -
System Red Green Blue C M Y K H S L
Decimal 116 144 251 0.54 0.43 0 0.02 227.56 0.94 0.72
Hex 74 90 FB 36 2B 0 2 E4 5E 48
Octal 164 220 373 66 53 0 2 344 136 110
Binary 1110100 10010000 11111011 110110 101011 0 10 11100100 1011110 1001000

Color Harmonies of #7490FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7490FB

Black with #7490FB

Text Example


Text Example

White with #7490FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7490FB; }

 p { color: rgb(116,144,251); }

 H1.HeaderClassName
 {
   color: #7490FB;
 }
 .AnyTagClassName
 {
   color: #7490FB;
 }
</style>

background-color css

<style>
 a { background-color: #7490FB; }

 a { background-color: rgb(116,144,251); }

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

border-color css

<style>
 span { border-color: #7490FB; }

 span { border-color: rgb(116,144,251); }

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