Html Css Color HEX #728BBF Wild Blue Yonder

📋 copy color: '#728BBF'

red 114 ◦ green 139 ◦ blue 191

#728BBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #728BBF

Tints of Wild Blue Yonder #728BBF

RGB

 RED value IS 114 (44.92% from 255) = 25.68%

 GREEN value IS 139 (54.69% from 255) = 31.31%

 BLUE value IS 191 (75% from 255) = 43.02%

R = 25.68%
G = 31.31%
B = 43.02%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#728BBF (or 0x728BBF) is known color: Wild Blue Yonder. HEX triplet: 72, 8B and BF. RGB value is (114,139,191). Sum of RGB (Red+Green+Blue) = 114+139+191=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #728BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728BBF is #8D7440. Grayscale: #898989. Windows color (decimal): -9270337 or 12553074. OLE color: 12553074.

HSL color Cylindrical-coordinate representation of color #728BBF: hue angle of 220.52º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #728BBF is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 139 191 -
CMYK 0.40 0.27 0 0.25
HSL 220.52º 0.38% 0.6% -
HSV(B) 220.52º 0.4% 0.75% -
XYZ 25.58 25.8 52.92 -
YUV 137.45 158.22 111.27 -
System Red Green Blue C M Y K H S L
Decimal 114 139 191 0.40 0.27 0 0.25 220.52 0.38 0.6
Hex 72 8B BF 28 1B 0 19 DD 26 3C
Octal 162 213 277 50 33 0 31 335 46 74
Binary 1110010 10001011 10111111 101000 11011 0 11001 11011101 100110 111100

Color Harmonies of #728BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728BBF

Black with #728BBF

Text Example


Text Example

White with #728BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,139,191); }

 H1.HeaderClassName
 {
   color: #728BBF;
 }
 .AnyTagClassName
 {
   color: #728BBF;
 }
</style>

background-color css

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

 a { background-color: rgb(114,139,191); }

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

border-color css

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

 span { border-color: rgb(114,139,191); }

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