Html Css Color HEX #728DBB Wild Blue Yonder

📋 copy color: '#728DBB'

red 114 ◦ green 141 ◦ blue 187

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

Shades of Wild Blue Yonder #728DBB

Tints of Wild Blue Yonder #728DBB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.9%

 BLUE value IS 187 (73.44% from 255) = 42.31%

R = 25.79%
G = 31.9%
B = 42.31%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#728DBB (or 0x728DBB) is known color: Wild Blue Yonder. HEX triplet: 72, 8D and BB. RGB value is (114,141,187). Sum of RGB (Red+Green+Blue) = 114+141+187=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #728DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728DBB is #8D7244. Grayscale: #898989. Windows color (decimal): -9269829 or 12291442. OLE color: 12291442.

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

Color convert

RGB 114 141 187 -
CMYK 0.39 0.25 0 0.27
HSL 217.81º 0.35% 0.59% -
HSV(B) 217.81º 0.39% 0.73% -
XYZ 25.43 26.22 50.73 -
YUV 138.17 155.55 110.76 -
System Red Green Blue C M Y K H S L
Decimal 114 141 187 0.39 0.25 0 0.27 217.81 0.35 0.59
Hex 72 8D BB 27 19 0 1B DA 23 3B
Octal 162 215 273 47 31 0 33 332 43 73
Binary 1110010 10001101 10111011 100111 11001 0 11011 11011010 100011 111011

Color Harmonies of #728DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728DBB

Black with #728DBB

Text Example


Text Example

White with #728DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,141,187); }

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

background-color css

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

 a { background-color: rgb(114,141,187); }

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

border-color css

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

 span { border-color: rgb(114,141,187); }

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