Html Css Color HEX #748ACD Wild Blue Yonder

📋 copy color: '#748ACD'

red 116 ◦ green 138 ◦ blue 205

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

Shades of Wild Blue Yonder #748ACD

Tints of Wild Blue Yonder #748ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.07%

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

R = 25.27%
G = 30.07%
B = 44.66%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#748ACD (or 0x748ACD) is known color: Wild Blue Yonder. HEX triplet: 74, 8A and CD. RGB value is (116,138,205). Sum of RGB (Red+Green+Blue) = 116+138+205=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #748ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748ACD is #8B7532. Grayscale: #8A8A8A. Windows color (decimal): -9139507 or 13470324. OLE color: 13470324.

HSL color Cylindrical-coordinate representation of color #748ACD: hue angle of 225.17º 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 #748ACD is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 138 205 -
CMYK 0.43 0.33 0 0.20
HSL 225.17º 0.47% 0.63% -
HSV(B) 225.17º 0.43% 0.8% -
XYZ 27.31 26.3 61.39 -
YUV 139.06 165.21 111.55 -
System Red Green Blue C M Y K H S L
Decimal 116 138 205 0.43 0.33 0 0.20 225.17 0.47 0.63
Hex 74 8A CD 2B 21 0 14 E1 2F 3F
Octal 164 212 315 53 41 0 24 341 57 77
Binary 1110100 10001010 11001101 101011 100001 0 10100 11100001 101111 111111

Color Harmonies of #748ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748ACD

Black with #748ACD

Text Example


Text Example

White with #748ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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