Html Css Color HEX #748BCF Wild Blue Yonder

📋 copy color: '#748BCF'

red 116 ◦ green 139 ◦ blue 207

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

Shades of Wild Blue Yonder #748BCF

Tints of Wild Blue Yonder #748BCF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.09%

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

R = 25.11%
G = 30.09%
B = 44.81%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#748BCF (or 0x748BCF) is known color: Wild Blue Yonder. HEX triplet: 74, 8B and CF. RGB value is (116,139,207). Sum of RGB (Red+Green+Blue) = 116+139+207=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #748BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748BCF is #8B7430. Grayscale: #8B8B8B. Windows color (decimal): -9139249 or 13601652. OLE color: 13601652.

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

Color convert

RGB 116 139 207 -
CMYK 0.44 0.33 0 0.19
HSL 224.84º 0.49% 0.63% -
HSV(B) 224.84º 0.44% 0.81% -
XYZ 27.7 26.68 62.72 -
YUV 139.88 165.88 110.97 -
System Red Green Blue C M Y K H S L
Decimal 116 139 207 0.44 0.33 0 0.19 224.84 0.49 0.63
Hex 74 8B CF 2C 21 0 13 E1 31 3F
Octal 164 213 317 54 41 0 23 341 61 77
Binary 1110100 10001011 11001111 101100 100001 0 10011 11100001 110001 111111

Color Harmonies of #748BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748BCF

Black with #748BCF

Text Example


Text Example

White with #748BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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