Html Css Color HEX #728BD1 Wild Blue Yonder

📋 copy color: '#728BD1'

red 114 ◦ green 139 ◦ blue 209

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

Shades of Wild Blue Yonder #728BD1

Tints of Wild Blue Yonder #728BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.24%

R = 24.68%
G = 30.09%
B = 45.24%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#728BD1 (or 0x728BD1) is known color: Wild Blue Yonder. HEX triplet: 72, 8B and D1. RGB value is (114,139,209). Sum of RGB (Red+Green+Blue) = 114+139+209=462 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.68% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 209 - color contains mainly: blue. Hex color #728BD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728BD1 is #8D742E. Grayscale: #8B8B8B. Windows color (decimal): -9270319 or 13732722. OLE color: 13732722.

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

Color convert

RGB 114 139 209 -
CMYK 0.45 0.33 0 0.18
HSL 224.21º 0.51% 0.63% -
HSV(B) 224.21º 0.45% 0.82% -
XYZ 27.68 26.65 64.01 -
YUV 139.51 167.22 109.81 -
System Red Green Blue C M Y K H S L
Decimal 114 139 209 0.45 0.33 0 0.18 224.21 0.51 0.63
Hex 72 8B D1 2D 21 0 12 E0 33 3F
Octal 162 213 321 55 41 0 22 340 63 77
Binary 1110010 10001011 11010001 101101 100001 0 10010 11100000 110011 111111

Color Harmonies of #728BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728BD1

Black with #728BD1

Text Example


Text Example

White with #728BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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