Html Css Color HEX #728ACE Wild Blue Yonder

📋 copy color: '#728ACE'

red 114 ◦ green 138 ◦ blue 206

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

Shades of Wild Blue Yonder #728ACE

Tints of Wild Blue Yonder #728ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.13%

 BLUE value IS 206 (80.86% from 255) = 44.98%

R = 24.89%
G = 30.13%
B = 44.98%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#728ACE (or 0x728ACE) is known color: Wild Blue Yonder. HEX triplet: 72, 8A and CE. RGB value is (114,138,206). Sum of RGB (Red+Green+Blue) = 114+138+206=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #728ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728ACE is #8D7531. Grayscale: #8A8A8A. Windows color (decimal): -9270578 or 13535858. OLE color: 13535858.

HSL color Cylindrical-coordinate representation of color #728ACE: hue angle of 224.35º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #728ACE is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 138 206 -
CMYK 0.45 0.33 0 0.19
HSL 224.35º 0.48% 0.63% -
HSV(B) 224.35º 0.45% 0.81% -
XYZ 27.17 26.21 62.02 -
YUV 138.58 166.05 110.47 -
System Red Green Blue C M Y K H S L
Decimal 114 138 206 0.45 0.33 0 0.19 224.35 0.48 0.63
Hex 72 8A CE 2D 21 0 13 E0 30 3F
Octal 162 212 316 55 41 0 23 340 60 77
Binary 1110010 10001010 11001110 101101 100001 0 10011 11100000 110000 111111

Color Harmonies of #728ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728ACE

Black with #728ACE

Text Example


Text Example

White with #728ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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