Html Css Color HEX #7090CA Wild Blue Yonder

📋 copy color: '#7090CA'

red 112 ◦ green 144 ◦ blue 202

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

Shades of Wild Blue Yonder #7090CA

Tints of Wild Blue Yonder #7090CA

RGB

 RED value IS 112 (44.14% from 255) = 24.45%

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

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

R = 24.45%
G = 31.44%
B = 44.1%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7090CA (or 0x7090CA) is known color: Wild Blue Yonder. HEX triplet: 70, 90 and CA. RGB value is (112,144,202). Sum of RGB (Red+Green+Blue) = 112+144+202=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #7090CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7090CA is #8F6F35. Grayscale: #8C8C8C. Windows color (decimal): -9400118 or 13275248. OLE color: 13275248.

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

Color convert

RGB 112 144 202 -
CMYK 0.45 0.29 0 0.21
HSL 218.67º 0.46% 0.62% -
HSV(B) 218.67º 0.45% 0.79% -
XYZ 27.32 27.66 59.78 -
YUV 141.04 162.4 107.28 -
System Red Green Blue C M Y K H S L
Decimal 112 144 202 0.45 0.29 0 0.21 218.67 0.46 0.62
Hex 70 90 CA 2D 1D 0 15 DB 2E 3E
Octal 160 220 312 55 35 0 25 333 56 76
Binary 1110000 10010000 11001010 101101 11101 0 10101 11011011 101110 111110

Color Harmonies of #7090CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7090CA

Black with #7090CA

Text Example


Text Example

White with #7090CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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