Html Css Color HEX #7490DE Cornflower Blue

📋 copy color: '#7490DE'

red 116 ◦ green 144 ◦ blue 222

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

Shades of Cornflower Blue #7490DE

Tints of Cornflower Blue #7490DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.06%

R = 24.07%
G = 29.88%
B = 46.06%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7490DE (or 0x7490DE) is known color: Cornflower Blue. HEX triplet: 74, 90 and DE. RGB value is (116,144,222). Sum of RGB (Red+Green+Blue) = 116+144+222=482 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.07% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #7490DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7490DE is #8B6F21. Grayscale: #909090. Windows color (decimal): -9137954 or 14585972. OLE color: 14585972.

HSL color Cylindrical-coordinate representation of color #7490DE: hue angle of 224.15º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7490DE is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 144 222 -
CMYK 0.48 0.35 0 0.13
HSL 224.15º 0.62% 0.66% -
HSV(B) 224.15º 0.48% 0.87% -
XYZ 30.36 28.93 73.09 -
YUV 144.52 171.72 107.66 -
System Red Green Blue C M Y K H S L
Decimal 116 144 222 0.48 0.35 0 0.13 224.15 0.62 0.66
Hex 74 90 DE 30 23 0 D E0 3E 42
Octal 164 220 336 60 43 0 15 340 76 102
Binary 1110100 10010000 11011110 110000 100011 0 1101 11100000 111110 1000010

Color Harmonies of #7490DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7490DE

Black with #7490DE

Text Example


Text Example

White with #7490DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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