Html Css Color HEX #728EBA Wild Blue Yonder

📋 copy color: '#728EBA'

red 114 ◦ green 142 ◦ blue 186

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

Shades of Wild Blue Yonder #728EBA

Tints of Wild Blue Yonder #728EBA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.13%

 BLUE value IS 186 (73.05% from 255) = 42.08%

R = 25.79%
G = 32.13%
B = 42.08%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#728EBA (or 0x728EBA) is known color: Wild Blue Yonder. HEX triplet: 72, 8E and BA. RGB value is (114,142,186). Sum of RGB (Red+Green+Blue) = 114+142+186=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #728EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728EBA is #8D7145. Grayscale: #8A8A8A. Windows color (decimal): -9269574 or 12226162. OLE color: 12226162.

HSL color Cylindrical-coordinate representation of color #728EBA: hue angle of 216.67º degrees, saturation: 0.34, 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 #728EBA is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 142 186 -
CMYK 0.39 0.24 0 0.27
HSL 216.67º 0.34% 0.59% -
HSV(B) 216.67º 0.39% 0.73% -
XYZ 25.48 26.47 50.22 -
YUV 138.64 154.72 110.42 -
System Red Green Blue C M Y K H S L
Decimal 114 142 186 0.39 0.24 0 0.27 216.67 0.34 0.59
Hex 72 8E BA 27 18 0 1B D9 22 3B
Octal 162 216 272 47 30 0 33 331 42 73
Binary 1110010 10001110 10111010 100111 11000 0 11011 11011001 100010 111011

Color Harmonies of #728EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728EBA

Black with #728EBA

Text Example


Text Example

White with #728EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,142,186); }

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

background-color css

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

 a { background-color: rgb(114,142,186); }

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

border-color css

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

 span { border-color: rgb(114,142,186); }

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