Html Css Color HEX #738DBA Wild Blue Yonder

📋 copy color: '#738DBA'

red 115 ◦ green 141 ◦ blue 186

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

Shades of Wild Blue Yonder #738DBA

Tints of Wild Blue Yonder #738DBA

RGB

 RED value IS 115 (45.31% from 255) = 26.02%

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

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

R = 26.02%
G = 31.9%
B = 42.08%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#738DBA (or 0x738DBA) is known color: Wild Blue Yonder. HEX triplet: 73, 8D and BA. RGB value is (115,141,186). Sum of RGB (Red+Green+Blue) = 115+141+186=442 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.02% from 442); Green value is 141 (55.47% from 255 or 31.90% 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 #738DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738DBA is #8C7245. Grayscale: #8A8A8A. Windows color (decimal): -9204294 or 12225907. OLE color: 12225907.

HSL color Cylindrical-coordinate representation of color #738DBA: hue angle of 218.03º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #738DBA is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 141 186 -
CMYK 0.38 0.24 0 0.27
HSL 218.03º 0.34% 0.59% -
HSV(B) 218.03º 0.38% 0.73% -
XYZ 25.46 26.24 50.18 -
YUV 138.36 154.89 111.34 -
System Red Green Blue C M Y K H S L
Decimal 115 141 186 0.38 0.24 0 0.27 218.03 0.34 0.59
Hex 73 8D BA 26 18 0 1B DA 22 3B
Octal 163 215 272 46 30 0 33 332 42 73
Binary 1110011 10001101 10111010 100110 11000 0 11011 11011010 100010 111011

Color Harmonies of #738DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738DBA

Black with #738DBA

Text Example


Text Example

White with #738DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738DBA; }

 p { color: rgb(115,141,186); }

 H1.HeaderClassName
 {
   color: #738DBA;
 }
 .AnyTagClassName
 {
   color: #738DBA;
 }
</style>

background-color css

<style>
 a { background-color: #738DBA; }

 a { background-color: rgb(115,141,186); }

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

border-color css

<style>
 span { border-color: #738DBA; }

 span { border-color: rgb(115,141,186); }

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