Html Css Color HEX #748DBF Wild Blue Yonder

📋 copy color: '#748DBF'

red 116 ◦ green 141 ◦ blue 191

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

Shades of Wild Blue Yonder #748DBF

Tints of Wild Blue Yonder #748DBF

RGB

 RED value IS 116 (45.7% from 255) = 25.89%

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

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

R = 25.89%
G = 31.47%
B = 42.63%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#748DBF (or 0x748DBF) is known color: Wild Blue Yonder. HEX triplet: 74, 8D and BF. RGB value is (116,141,191). Sum of RGB (Red+Green+Blue) = 116+141+191=448 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.89% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #748DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748DBF is #8B7240. Grayscale: #8B8B8B. Windows color (decimal): -9138753 or 12553588. OLE color: 12553588.

HSL color Cylindrical-coordinate representation of color #748DBF: hue angle of 220º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #748DBF is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 141 191 -
CMYK 0.39 0.26 0 0.25
HSL 220º 0.37% 0.6% -
HSV(B) 220º 0.39% 0.75% -
XYZ 26.13 26.52 53.03 -
YUV 139.23 157.22 111.43 -
System Red Green Blue C M Y K H S L
Decimal 116 141 191 0.39 0.26 0 0.25 220 0.37 0.6
Hex 74 8D BF 27 1A 0 19 DC 25 3C
Octal 164 215 277 47 32 0 31 334 45 74
Binary 1110100 10001101 10111111 100111 11010 0 11001 11011100 100101 111100

Color Harmonies of #748DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748DBF

Black with #748DBF

Text Example


Text Example

White with #748DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748DBF; }

 p { color: rgb(116,141,191); }

 H1.HeaderClassName
 {
   color: #748DBF;
 }
 .AnyTagClassName
 {
   color: #748DBF;
 }
</style>

background-color css

<style>
 a { background-color: #748DBF; }

 a { background-color: rgb(116,141,191); }

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

border-color css

<style>
 span { border-color: #748DBF; }

 span { border-color: rgb(116,141,191); }

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