Html Css Color HEX #7490CE Wild Blue Yonder

📋 copy color: '#7490CE'

red 116 ◦ green 144 ◦ blue 206

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

Shades of Wild Blue Yonder #7490CE

Tints of Wild Blue Yonder #7490CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.21%

R = 24.89%
G = 30.9%
B = 44.21%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7490CE (or 0x7490CE) is known color: Wild Blue Yonder. HEX triplet: 74, 90 and CE. RGB value is (116,144,206). Sum of RGB (Red+Green+Blue) = 116+144+206=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #7490CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7490CE is #8B6F31. Grayscale: #8E8E8E. Windows color (decimal): -9137970 or 13537396. OLE color: 13537396.

HSL color Cylindrical-coordinate representation of color #7490CE: hue angle of 221.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7490CE is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 144 206 -
CMYK 0.44 0.30 0 0.19
HSL 221.33º 0.48% 0.63% -
HSV(B) 221.33º 0.44% 0.81% -
XYZ 28.32 28.12 62.33 -
YUV 142.7 163.72 108.96 -
System Red Green Blue C M Y K H S L
Decimal 116 144 206 0.44 0.30 0 0.19 221.33 0.48 0.63
Hex 74 90 CE 2C 1E 0 13 DD 30 3F
Octal 164 220 316 54 36 0 23 335 60 77
Binary 1110100 10010000 11001110 101100 11110 0 10011 11011101 110000 111111

Color Harmonies of #7490CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7490CE

Black with #7490CE

Text Example


Text Example

White with #7490CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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