Html Css Color HEX #748FCB Wild Blue Yonder

📋 copy color: '#748FCB'

red 116 ◦ green 143 ◦ blue 203

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

Shades of Wild Blue Yonder #748FCB

Tints of Wild Blue Yonder #748FCB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.95%

 BLUE value IS 203 (79.69% from 255) = 43.94%

R = 25.11%
G = 30.95%
B = 43.94%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#748FCB (or 0x748FCB) is known color: Wild Blue Yonder. HEX triplet: 74, 8F and CB. RGB value is (116,143,203). Sum of RGB (Red+Green+Blue) = 116+143+203=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #748FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748FCB is #8B7034. Grayscale: #8D8D8D. Windows color (decimal): -9138229 or 13340532. OLE color: 13340532.

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

Color convert

RGB 116 143 203 -
CMYK 0.43 0.30 0 0.20
HSL 221.38º 0.46% 0.63% -
HSV(B) 221.38º 0.43% 0.8% -
XYZ 27.8 27.67 60.38 -
YUV 141.77 162.55 109.62 -
System Red Green Blue C M Y K H S L
Decimal 116 143 203 0.43 0.30 0 0.20 221.38 0.46 0.63
Hex 74 8F CB 2B 1E 0 14 DD 2E 3F
Octal 164 217 313 53 36 0 24 335 56 77
Binary 1110100 10001111 11001011 101011 11110 0 10100 11011101 101110 111111

Color Harmonies of #748FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748FCB

Black with #748FCB

Text Example


Text Example

White with #748FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,143,203); }

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

background-color css

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

 a { background-color: rgb(116,143,203); }

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

border-color css

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

 span { border-color: rgb(116,143,203); }

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