#7291D0

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

Shades of Wild Blue Yonder #7291D0

Tints of Wild Blue Yonder #7291D0

Color information

#7291D0 (or 0x7291D0) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 91 and D0. RGB value is (114,145,208). Sum of RGB (Red+Green+Blue) = 114+145+208=467 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.41% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #7291D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7291D0 is #8D6E2F. Grayscale: #8E8E8E. Windows color (decimal): -9268784 or 13668722. OLE color: 13668722.

HSL color Cylindrical-coordinate representation of color #7291D0: hue angle of 220.21º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7291D0 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB114145208-
CMYK0.450.3000.18
HSL220.21º50%63.14%-
HSV(B)220.21º45.19%81.57%-
XYZ28.4528.3863.65-
YUV142.91164.73107.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.41%
GREEN value IS 145 (57.03% from 255) = 31.05%
BLUE value IS 208 (81.64% from 255) = 44.54%
R=24.41%
G=31.05%
B=44.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1141452080.450.3000.18220.215063.14
Hex7291D02D1E012dc323f
Octal16222132055360223346277
Binary111001010010001110100001011011111001001011011100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7291D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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