Html Css Color HEX #748ED1 Wild Blue Yonder

📋 copy color: '#748ED1'

red 116 ◦ green 142 ◦ blue 209

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

Shades of Wild Blue Yonder #748ED1

Tints of Wild Blue Yonder #748ED1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.41%

 BLUE value IS 209 (82.03% from 255) = 44.75%

R = 24.84%
G = 30.41%
B = 44.75%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#748ED1 (or 0x748ED1) is known color: Wild Blue Yonder. HEX triplet: 74, 8E and D1. RGB value is (116,142,209). Sum of RGB (Red+Green+Blue) = 116+142+209=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 209 - color contains mainly: blue. Hex color #748ED1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748ED1 is #8B712E. Grayscale: #8D8D8D. Windows color (decimal): -9138479 or 13733492. OLE color: 13733492.

HSL color Cylindrical-coordinate representation of color #748ED1: hue angle of 223.23º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #748ED1 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 142 209 -
CMYK 0.44 0.32 0 0.18
HSL 223.23º 0.5% 0.64% -
HSV(B) 223.23º 0.44% 0.82% -
XYZ 28.38 27.66 64.16 -
YUV 141.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 116 142 209 0.44 0.32 0 0.18 223.23 0.5 0.64
Hex 74 8E D1 2C 20 0 12 DF 32 40
Octal 164 216 321 54 40 0 22 337 62 100
Binary 1110100 10001110 11010001 101100 100000 0 10010 11011111 110010 1000000

Color Harmonies of #748ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748ED1

Black with #748ED1

Text Example


Text Example

White with #748ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,142,209); }

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

background-color css

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

 a { background-color: rgb(116,142,209); }

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

border-color css

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

 span { border-color: rgb(116,142,209); }

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