#7291CD

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

Shades of Wild Blue Yonder #7291CD

Tints of Wild Blue Yonder #7291CD

Color information

#7291CD (or 0x7291CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 91 and CD. RGB value is (114,145,205). Sum of RGB (Red+Green+Blue) = 114+145+205=464 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.57% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #7291CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7291CD is #8D6E32. Grayscale: #8E8E8E. Windows color (decimal): -9268787 or 13472114. OLE color: 13472114.

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

Color convert

RGB114145205-
CMYK0.440.2900.20
HSL219.56º47.64%62.55%-
HSV(B)219.56º44.39%80.39%-
XYZ28.0828.2461.73-
YUV142.57163.23107.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.57%
GREEN value IS 145 (57.03% from 255) = 31.25%
BLUE value IS 205 (80.47% from 255) = 44.18%
R=24.57%
G=31.25%
B=44.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1141452050.440.2900.20219.5647.6462.55
Hex7291CD2C1D014dc303f
Octal16222131554350243346077
Binary111001010010001110011011011001110101010011011100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7291CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,145,205); }

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

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

 a { background-color: rgb(114,145,205); }

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

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

 span { border-color: rgb(114,145,205); }

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