Html Css Color HEX #748DCF Wild Blue Yonder

📋 copy color: '#748DCF'

red 116 ◦ green 141 ◦ blue 207

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

Shades of Wild Blue Yonder #748DCF

Tints of Wild Blue Yonder #748DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.61%

R = 25%
G = 30.39%
B = 44.61%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#748DCF (or 0x748DCF) is known color: Wild Blue Yonder. HEX triplet: 74, 8D and CF. RGB value is (116,141,207). Sum of RGB (Red+Green+Blue) = 116+141+207=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #748DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748DCF is #8B7230. Grayscale: #8C8C8C. Windows color (decimal): -9138737 or 13602164. OLE color: 13602164.

HSL color Cylindrical-coordinate representation of color #748DCF: hue angle of 223.52º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #748DCF is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 141 207 -
CMYK 0.44 0.32 0 0.19
HSL 223.52º 0.49% 0.63% -
HSV(B) 223.52º 0.44% 0.81% -
XYZ 27.99 27.27 62.82 -
YUV 141.05 165.22 110.13 -
System Red Green Blue C M Y K H S L
Decimal 116 141 207 0.44 0.32 0 0.19 223.52 0.49 0.63
Hex 74 8D CF 2C 20 0 13 E0 31 3F
Octal 164 215 317 54 40 0 23 340 61 77
Binary 1110100 10001101 11001111 101100 100000 0 10011 11100000 110001 111111

Color Harmonies of #748DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748DCF

Black with #748DCF

Text Example


Text Example

White with #748DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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