Html Css Color HEX #748ECF Wild Blue Yonder

📋 copy color: '#748ECF'

red 116 ◦ green 142 ◦ blue 207

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

Shades of Wild Blue Yonder #748ECF

Tints of Wild Blue Yonder #748ECF

RGB

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

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

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

R = 24.95%
G = 30.54%
B = 44.52%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#748ECF (or 0x748ECF) is known color: Wild Blue Yonder. HEX triplet: 74, 8E and CF. RGB value is (116,142,207). Sum of RGB (Red+Green+Blue) = 116+142+207=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #748ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748ECF is #8B7130. Grayscale: #8D8D8D. Windows color (decimal): -9138481 or 13602420. OLE color: 13602420.

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

Color convert

RGB 116 142 207 -
CMYK 0.44 0.31 0 0.19
HSL 222.86º 0.49% 0.63% -
HSV(B) 222.86º 0.44% 0.81% -
XYZ 28.14 27.56 62.87 -
YUV 141.64 164.89 109.71 -
System Red Green Blue C M Y K H S L
Decimal 116 142 207 0.44 0.31 0 0.19 222.86 0.49 0.63
Hex 74 8E CF 2C 1F 0 13 DF 31 3F
Octal 164 216 317 54 37 0 23 337 61 77
Binary 1110100 10001110 11001111 101100 11111 0 10011 11011111 110001 111111

Color Harmonies of #748ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748ECF

Black with #748ECF

Text Example


Text Example

White with #748ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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