#728AD0

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

Shades of Wild Blue Yonder #728AD0

Tints of Wild Blue Yonder #728AD0

Color information

#728AD0 (or 0x728AD0) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8A and D0. RGB value is (114,138,208). Sum of RGB (Red+Green+Blue) = 114+138+208=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 208 - color contains mainly: blue. Hex color #728AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728AD0 is #8D752F. Grayscale: #8A8A8A. Windows color (decimal): -9270576 or 13666930. OLE color: 13666930.

HSL color Cylindrical-coordinate representation of color #728AD0: hue angle of 224.68º 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 #728AD0 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB114138208-
CMYK0.450.3400.18
HSL224.68º50%63.14%-
HSV(B)224.68º45.19%81.57%-
XYZ27.4126.3163.31-
YUV138.8167.05110.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.78%
GREEN value IS 138 (54.30% from 255) = 30%
BLUE value IS 208 (81.64% from 255) = 45.22%
R=24.78%
G=30%
B=45.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1141382080.450.3400.18224.685063.14
Hex728AD02D22012e1323f
Octal16221232055420223416277
Binary1110010100010101101000010110110001001001011100001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728AD0; }

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

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

<style>
 a { background-color: #728AD0; }

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

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

<style>
 span { border-color: #728AD0; }

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

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