Html Css Color HEX #738FC0 Wild Blue Yonder

📋 copy color: '#738FC0'

red 115 ◦ green 143 ◦ blue 192

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

Shades of Wild Blue Yonder #738FC0

Tints of Wild Blue Yonder #738FC0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.78%

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

R = 25.56%
G = 31.78%
B = 42.67%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#738FC0 (or 0x738FC0) is known color: Wild Blue Yonder. HEX triplet: 73, 8F and C0. RGB value is (115,143,192). Sum of RGB (Red+Green+Blue) = 115+143+192=450 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.56% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #738FC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738FC0 is #8C703F. Grayscale: #8B8B8B. Windows color (decimal): -9203776 or 12619635. OLE color: 12619635.

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

Color convert

RGB 115 143 192 -
CMYK 0.40 0.26 0 0.25
HSL 218.18º 0.38% 0.6% -
HSV(B) 218.18º 0.4% 0.75% -
XYZ 26.41 27.1 53.71 -
YUV 140.21 157.22 110.02 -
System Red Green Blue C M Y K H S L
Decimal 115 143 192 0.40 0.26 0 0.25 218.18 0.38 0.6
Hex 73 8F C0 28 1A 0 19 DA 26 3C
Octal 163 217 300 50 32 0 31 332 46 74
Binary 1110011 10001111 11000000 101000 11010 0 11001 11011010 100110 111100

Color Harmonies of #738FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738FC0

Black with #738FC0

Text Example


Text Example

White with #738FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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