Html Css Color HEX #7490FC Cornflower Blue

📋 copy color: '#7490FC'

red 116 ◦ green 144 ◦ blue 252

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

Shades of Cornflower Blue #7490FC

Tints of Cornflower Blue #7490FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.22%

R = 22.66%
G = 28.13%
B = 49.22%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7490FC (or 0x7490FC) is known color: Cornflower Blue. HEX triplet: 74, 90 and FC. RGB value is (116,144,252). Sum of RGB (Red+Green+Blue) = 116+144+252=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #7490FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7490FC is #8B6F03. Grayscale: #939393. Windows color (decimal): -9137924 or 16552052. OLE color: 16552052.

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

Color convert

RGB 116 144 252 -
CMYK 0.54 0.43 0 0.01
HSL 227.65º 0.96% 0.72% -
HSV(B) 227.65º 0.54% 0.99% -
XYZ 34.75 30.69 96.19 -
YUV 147.94 186.72 105.22 -
System Red Green Blue C M Y K H S L
Decimal 116 144 252 0.54 0.43 0 0.01 227.65 0.96 0.72
Hex 74 90 FC 36 2B 0 1 E4 60 48
Octal 164 220 374 66 53 0 1 344 140 110
Binary 1110100 10010000 11111100 110110 101011 0 1 11100100 1100000 1001000

Color Harmonies of #7490FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7490FC

Black with #7490FC

Text Example


Text Example

White with #7490FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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