Html Css Color HEX #748DBE Wild Blue Yonder

📋 copy color: '#748DBE'

red 116 ◦ green 141 ◦ blue 190

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

Shades of Wild Blue Yonder #748DBE

Tints of Wild Blue Yonder #748DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.51%

R = 25.95%
G = 31.54%
B = 42.51%

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

#748DBE (or 0x748DBE) is known color: Wild Blue Yonder. HEX triplet: 74, 8D and BE. RGB value is (116,141,190). Sum of RGB (Red+Green+Blue) = 116+141+190=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #748DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748DBE is #8B7241. Grayscale: #8A8A8A. Windows color (decimal): -9138754 or 12488052. OLE color: 12488052.

HSL color Cylindrical-coordinate representation of color #748DBE: hue angle of 219.73º degrees, saturation: 0.36, 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 #748DBE is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 141 190 -
CMYK 0.39 0.26 0 0.25
HSL 219.73º 0.36% 0.6% -
HSV(B) 219.73º 0.39% 0.75% -
XYZ 26.02 26.48 52.45 -
YUV 139.11 156.72 111.52 -
System Red Green Blue C M Y K H S L
Decimal 116 141 190 0.39 0.26 0 0.25 219.73 0.36 0.6
Hex 74 8D BE 27 1A 0 19 DC 24 3C
Octal 164 215 276 47 32 0 31 334 44 74
Binary 1110100 10001101 10111110 100111 11010 0 11001 11011100 100100 111100

Color Harmonies of #748DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748DBE

Black with #748DBE

Text Example


Text Example

White with #748DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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