Html Css Color HEX #738BC0 Wild Blue Yonder

📋 copy color: '#738BC0'

red 115 ◦ green 139 ◦ blue 192

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

Shades of Wild Blue Yonder #738BC0

Tints of Wild Blue Yonder #738BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.05%

R = 25.78%
G = 31.17%
B = 43.05%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#738BC0 (or 0x738BC0) is known color: Wild Blue Yonder. HEX triplet: 73, 8B and C0. RGB value is (115,139,192). Sum of RGB (Red+Green+Blue) = 115+139+192=446 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.78% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 192 - color contains mainly: blue. Hex color #738BC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738BC0 is #8C743F. Grayscale: #898989. Windows color (decimal): -9204800 or 12618611. OLE color: 12618611.

HSL color Cylindrical-coordinate representation of color #738BC0: hue angle of 221.3º degrees, saturation: 0.38, 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 #738BC0 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 139 192 -
CMYK 0.40 0.28 0 0.25
HSL 221.3º 0.38% 0.6% -
HSV(B) 221.3º 0.4% 0.75% -
XYZ 25.82 25.92 53.51 -
YUV 137.87 158.55 111.69 -
System Red Green Blue C M Y K H S L
Decimal 115 139 192 0.40 0.28 0 0.25 221.3 0.38 0.6
Hex 73 8B C0 28 1C 0 19 DD 26 3C
Octal 163 213 300 50 34 0 31 335 46 74
Binary 1110011 10001011 11000000 101000 11100 0 11001 11011101 100110 111100

Color Harmonies of #738BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738BC0

Black with #738BC0

Text Example


Text Example

White with #738BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,139,192); }

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

background-color css

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

 a { background-color: rgb(115,139,192); }

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

border-color css

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

 span { border-color: rgb(115,139,192); }

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