#7090CD

Color #7090CD Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7090CD

Tints of Wild Blue Yonder #7090CD

Color information

#7090CD (or 0x7090CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 90 and CD. RGB value is (112,144,205). Sum of RGB (Red+Green+Blue) = 112+144+205=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #7090CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7090CD is #8F6F32. Grayscale: #8D8D8D. Windows color (decimal): -9400115 or 13471856. OLE color: 13471856.

HSL color Cylindrical-coordinate representation of color #7090CD: hue angle of 219.35º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7090CD is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB112144205-
CMYK0.450.3000.20
HSL219.35º48.19%62.16%-
HSV(B)219.35º45.37%80.39%-
XYZ27.6727.861.66-
YUV141.39163.9107.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.30%
GREEN value IS 144 (56.64% from 255) = 31.24%
BLUE value IS 205 (80.47% from 255) = 44.47%
R=24.30%
G=31.24%
B=44.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121442050.450.3000.20219.3548.1962.16
Hex7090CD2D1E014db303e
Octal16022031555360243336076
Binary111000010010000110011011011011111001010011011011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7090CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7090CD;
 }
 .AnyTagClassName
 {
   color: #7090CD;
 }
</style>
background-color css

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

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

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

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

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

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