#728DD1

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

Shades of Wild Blue Yonder #728DD1

Tints of Wild Blue Yonder #728DD1

Color information

#728DD1 (or 0x728DD1) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8D and D1. RGB value is (114,141,209). Sum of RGB (Red+Green+Blue) = 114+141+209=464 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.57% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #728DD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728DD1 is #8D722E. Grayscale: #8C8C8C. Windows color (decimal): -9269807 or 13733234. OLE color: 13733234.

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

Color convert

RGB114141209-
CMYK0.450.3300.18
HSL222.95º50.8%63.33%-
HSV(B)222.95º45.45%81.96%-
XYZ27.9727.2364.1-
YUV140.68166.55108.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.57%
GREEN value IS 141 (55.47% from 255) = 30.39%
BLUE value IS 209 (82.03% from 255) = 45.04%
R=24.57%
G=30.39%
B=45.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1141412090.450.3300.18222.9550.863.33
Hex728DD12D21012df333f
Octal16221532155410223376377
Binary1110010100011011101000110110110000101001011011111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,141,209); }

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

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

 a { background-color: rgb(114,141,209); }

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

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

 span { border-color: rgb(114,141,209); }

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