Html Css Color HEX #738CBF Wild Blue Yonder

📋 copy color: '#738CBF'

red 115 ◦ green 140 ◦ blue 191

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

Shades of Wild Blue Yonder #738CBF

Tints of Wild Blue Yonder #738CBF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.39%

 BLUE value IS 191 (75% from 255) = 42.83%

R = 25.78%
G = 31.39%
B = 42.83%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#738CBF (or 0x738CBF) is known color: Wild Blue Yonder. HEX triplet: 73, 8C and BF. RGB value is (115,140,191). Sum of RGB (Red+Green+Blue) = 115+140+191=446 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.78% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #738CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738CBF is #8C7340. Grayscale: #8A8A8A. Windows color (decimal): -9204545 or 12553331. OLE color: 12553331.

HSL color Cylindrical-coordinate representation of color #738CBF: hue angle of 220.26º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #738CBF is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 140 191 -
CMYK 0.40 0.27 0 0.25
HSL 220.26º 0.37% 0.6% -
HSV(B) 220.26º 0.4% 0.75% -
XYZ 25.85 26.16 52.98 -
YUV 138.34 157.72 111.35 -
System Red Green Blue C M Y K H S L
Decimal 115 140 191 0.40 0.27 0 0.25 220.26 0.37 0.6
Hex 73 8C BF 28 1B 0 19 DC 25 3C
Octal 163 214 277 50 33 0 31 334 45 74
Binary 1110011 10001100 10111111 101000 11011 0 11001 11011100 100101 111100

Color Harmonies of #738CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738CBF

Black with #738CBF

Text Example


Text Example

White with #738CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,140,191); }

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

background-color css

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

 a { background-color: rgb(115,140,191); }

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

border-color css

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

 span { border-color: rgb(115,140,191); }

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