Html Css Color HEX #748DCB Wild Blue Yonder

📋 copy color: '#748DCB'

red 116 ◦ green 141 ◦ blue 203

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

Shades of Wild Blue Yonder #748DCB

Tints of Wild Blue Yonder #748DCB

RGB

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

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

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

R = 25.22%
G = 30.65%
B = 44.13%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#748DCB (or 0x748DCB) is known color: Wild Blue Yonder. HEX triplet: 74, 8D and CB. RGB value is (116,141,203). Sum of RGB (Red+Green+Blue) = 116+141+203=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #748DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748DCB is #8B7234. Grayscale: #8C8C8C. Windows color (decimal): -9138741 or 13340020. OLE color: 13340020.

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

Color convert

RGB 116 141 203 -
CMYK 0.43 0.31 0 0.20
HSL 222.76º 0.46% 0.63% -
HSV(B) 222.76º 0.43% 0.8% -
XYZ 27.51 27.07 60.28 -
YUV 140.59 163.22 110.46 -
System Red Green Blue C M Y K H S L
Decimal 116 141 203 0.43 0.31 0 0.20 222.76 0.46 0.63
Hex 74 8D CB 2B 1F 0 14 DF 2E 3F
Octal 164 215 313 53 37 0 24 337 56 77
Binary 1110100 10001101 11001011 101011 11111 0 10100 11011111 101110 111111

Color Harmonies of #748DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748DCB

Black with #748DCB

Text Example


Text Example

White with #748DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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