#728DBB

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

Shades of Wild Blue Yonder #728DBB

Tints of Wild Blue Yonder #728DBB

Color information

#728DBB (or 0x728DBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 8D and BB. RGB value is (114,141,187). Sum of RGB (Red+Green+Blue) = 114+141+187=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #728DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728DBB is #8D7244. Grayscale: #898989. Windows color (decimal): -9269829 or 12291442. OLE color: 12291442.

HSL color Cylindrical-coordinate representation of color #728DBB: hue angle of 217.81º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #728DBB is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB114141187-
CMYK0.390.2500.27
HSL217.81º34.93%59.02%-
HSV(B)217.81º39.04%73.33%-
XYZ25.4326.2250.73-
YUV138.17155.55110.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.79%
GREEN value IS 141 (55.47% from 255) = 31.90%
BLUE value IS 187 (73.44% from 255) = 42.31%
R=25.79%
G=31.90%
B=42.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141411870.390.2500.27217.8134.9359.02
Hex728DBB271901Bda233b
Octal16221527347310333324373
Binary111001010001101101110111001111100101101111011010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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