Html Css Color HEX #7490EE Cornflower Blue

📋 copy color: '#7490EE'

red 116 ◦ green 144 ◦ blue 238

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

Shades of Cornflower Blue #7490EE

Tints of Cornflower Blue #7490EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.79%

R = 23.29%
G = 28.92%
B = 47.79%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7490EE (or 0x7490EE) is known color: Cornflower Blue. HEX triplet: 74, 90 and EE. RGB value is (116,144,238). Sum of RGB (Red+Green+Blue) = 116+144+238=498 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.29% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #7490EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7490EE is #8B6F11. Grayscale: #919191. Windows color (decimal): -9137938 or 15634548. OLE color: 15634548.

HSL color Cylindrical-coordinate representation of color #7490EE: hue angle of 226.23º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7490EE is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 144 238 -
CMYK 0.51 0.39 0 0.07
HSL 226.23º 0.78% 0.69% -
HSV(B) 226.23º 0.51% 0.93% -
XYZ 32.61 29.83 84.93 -
YUV 146.34 179.72 106.36 -
System Red Green Blue C M Y K H S L
Decimal 116 144 238 0.51 0.39 0 0.07 226.23 0.78 0.69
Hex 74 90 EE 33 27 0 7 E2 4E 45
Octal 164 220 356 63 47 0 7 342 116 105
Binary 1110100 10010000 11101110 110011 100111 0 111 11100010 1001110 1000101

Color Harmonies of #7490EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7490EE

Black with #7490EE

Text Example


Text Example

White with #7490EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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