Html Css Color HEX #728ACB Wild Blue Yonder

📋 copy color: '#728ACB'

red 114 ◦ green 138 ◦ blue 203

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

Shades of Wild Blue Yonder #728ACB

Tints of Wild Blue Yonder #728ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.62%

R = 25.05%
G = 30.33%
B = 44.62%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#728ACB (or 0x728ACB) is known color: Wild Blue Yonder. HEX triplet: 72, 8A and CB. RGB value is (114,138,203). Sum of RGB (Red+Green+Blue) = 114+138+203=455 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.05% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #728ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728ACB is #8D7534. Grayscale: #898989. Windows color (decimal): -9270581 or 13339250. OLE color: 13339250.

HSL color Cylindrical-coordinate representation of color #728ACB: hue angle of 223.82º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #728ACB is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 138 203 -
CMYK 0.44 0.32 0 0.20
HSL 223.82º 0.46% 0.62% -
HSV(B) 223.82º 0.44% 0.8% -
XYZ 26.81 26.07 60.12 -
YUV 138.23 164.55 110.71 -
System Red Green Blue C M Y K H S L
Decimal 114 138 203 0.44 0.32 0 0.20 223.82 0.46 0.62
Hex 72 8A CB 2C 20 0 14 E0 2E 3E
Octal 162 212 313 54 40 0 24 340 56 76
Binary 1110010 10001010 11001011 101100 100000 0 10100 11100000 101110 111110

Color Harmonies of #728ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728ACB

Black with #728ACB

Text Example


Text Example

White with #728ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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