Html Css Color HEX #7290CA Wild Blue Yonder

📋 copy color: '#7290CA'

red 114 ◦ green 144 ◦ blue 202

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

Shades of Wild Blue Yonder #7290CA

Tints of Wild Blue Yonder #7290CA

RGB

 RED value IS 114 (44.92% from 255) = 24.78%

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

 BLUE value IS 202 (79.3% from 255) = 43.91%

R = 24.78%
G = 31.3%
B = 43.91%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7290CA (or 0x7290CA) is known color: Wild Blue Yonder. HEX triplet: 72, 90 and CA. RGB value is (114,144,202). Sum of RGB (Red+Green+Blue) = 114+144+202=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #7290CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7290CA is #8D6F35. Grayscale: #8D8D8D. Windows color (decimal): -9269046 or 13275250. OLE color: 13275250.

HSL color Cylindrical-coordinate representation of color #7290CA: hue angle of 219.55º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7290CA is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 144 202 -
CMYK 0.44 0.29 0 0.21
HSL 219.55º 0.45% 0.62% -
HSV(B) 219.55º 0.44% 0.79% -
XYZ 27.57 27.79 59.79 -
YUV 141.64 162.06 108.28 -
System Red Green Blue C M Y K H S L
Decimal 114 144 202 0.44 0.29 0 0.21 219.55 0.45 0.62
Hex 72 90 CA 2C 1D 0 15 DC 2D 3E
Octal 162 220 312 54 35 0 25 334 55 76
Binary 1110010 10010000 11001010 101100 11101 0 10101 11011100 101101 111110

Color Harmonies of #7290CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7290CA

Black with #7290CA

Text Example


Text Example

White with #7290CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7290CA; }

 p { color: rgb(114,144,202); }

 H1.HeaderClassName
 {
   color: #7290CA;
 }
 .AnyTagClassName
 {
   color: #7290CA;
 }
</style>

background-color css

<style>
 a { background-color: #7290CA; }

 a { background-color: rgb(114,144,202); }

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

border-color css

<style>
 span { border-color: #7290CA; }

 span { border-color: rgb(114,144,202); }

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