Html Css Color HEX #748CD2 Wild Blue Yonder

📋 copy color: '#748CD2'

red 116 ◦ green 140 ◦ blue 210

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

Shades of Wild Blue Yonder #748CD2

Tints of Wild Blue Yonder #748CD2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.04%

 BLUE value IS 210 (82.42% from 255) = 45.06%

R = 24.89%
G = 30.04%
B = 45.06%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#748CD2 (or 0x748CD2) is known color: Wild Blue Yonder. HEX triplet: 74, 8C and D2. RGB value is (116,140,210). Sum of RGB (Red+Green+Blue) = 116+140+210=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 210 - color contains mainly: blue. Hex color #748CD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748CD2 is #8B732D. Grayscale: #8C8C8C. Windows color (decimal): -9138990 or 13798516. OLE color: 13798516.

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

Color convert

RGB 116 140 210 -
CMYK 0.45 0.33 0 0.18
HSL 224.68º 0.51% 0.64% -
HSV(B) 224.68º 0.45% 0.82% -
XYZ 28.21 27.12 64.72 -
YUV 140.8 167.05 110.31 -
System Red Green Blue C M Y K H S L
Decimal 116 140 210 0.45 0.33 0 0.18 224.68 0.51 0.64
Hex 74 8C D2 2D 21 0 12 E1 33 40
Octal 164 214 322 55 41 0 22 341 63 100
Binary 1110100 10001100 11010010 101101 100001 0 10010 11100001 110011 1000000

Color Harmonies of #748CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748CD2

Black with #748CD2

Text Example


Text Example

White with #748CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,140,210); }

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

background-color css

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

 a { background-color: rgb(116,140,210); }

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

border-color css

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

 span { border-color: rgb(116,140,210); }

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