Html Css Color HEX #7490EF Cornflower Blue

📋 copy color: '#7490EF'

red 116 ◦ green 144 ◦ blue 239

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

Shades of Cornflower Blue #7490EF

Tints of Cornflower Blue #7490EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.9%

R = 23.25%
G = 28.86%
B = 47.9%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7490EF (or 0x7490EF) is known color: Cornflower Blue. HEX triplet: 74, 90 and EF. RGB value is (116,144,239). Sum of RGB (Red+Green+Blue) = 116+144+239=499 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.25% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #7490EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7490EF is #8B6F10. Grayscale: #929292. Windows color (decimal): -9137937 or 15700084. OLE color: 15700084.

HSL color Cylindrical-coordinate representation of color #7490EF: hue angle of 226.34º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7490EF is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 144 239 -
CMYK 0.51 0.40 0 0.06
HSL 226.34º 0.79% 0.7% -
HSV(B) 226.34º 0.51% 0.94% -
XYZ 32.76 29.89 85.7 -
YUV 146.46 180.22 106.28 -
System Red Green Blue C M Y K H S L
Decimal 116 144 239 0.51 0.40 0 0.06 226.34 0.79 0.7
Hex 74 90 EF 33 28 0 6 E2 4F 46
Octal 164 220 357 63 50 0 6 342 117 106
Binary 1110100 10010000 11101111 110011 101000 0 110 11100010 1001111 1000110

Color Harmonies of #7490EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7490EF

Black with #7490EF

Text Example


Text Example

White with #7490EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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