Html Css Color HEX #748ECD Wild Blue Yonder

📋 copy color: '#748ECD'

red 116 ◦ green 142 ◦ blue 205

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

Shades of Wild Blue Yonder #748ECD

Tints of Wild Blue Yonder #748ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.28%

R = 25.05%
G = 30.67%
B = 44.28%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#748ECD (or 0x748ECD) is known color: Wild Blue Yonder. HEX triplet: 74, 8E and CD. RGB value is (116,142,205). Sum of RGB (Red+Green+Blue) = 116+142+205=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #748ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748ECD is #8B7132. Grayscale: #8D8D8D. Windows color (decimal): -9138483 or 13471348. OLE color: 13471348.

HSL color Cylindrical-coordinate representation of color #748ECD: hue angle of 222.47º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #748ECD is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 142 205 -
CMYK 0.43 0.31 0 0.20
HSL 222.47º 0.47% 0.63% -
HSV(B) 222.47º 0.43% 0.8% -
XYZ 27.89 27.47 61.59 -
YUV 141.41 163.89 109.88 -
System Red Green Blue C M Y K H S L
Decimal 116 142 205 0.43 0.31 0 0.20 222.47 0.47 0.63
Hex 74 8E CD 2B 1F 0 14 DE 2F 3F
Octal 164 216 315 53 37 0 24 336 57 77
Binary 1110100 10001110 11001101 101011 11111 0 10100 11011110 101111 111111

Color Harmonies of #748ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748ECD

Black with #748ECD

Text Example


Text Example

White with #748ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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