Html Css Color HEX #748BCB Wild Blue Yonder

📋 copy color: '#748BCB'

red 116 ◦ green 139 ◦ blue 203

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

Shades of Wild Blue Yonder #748BCB

Tints of Wild Blue Yonder #748BCB

RGB

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

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

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

R = 25.33%
G = 30.35%
B = 44.32%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#748BCB (or 0x748BCB) is known color: Wild Blue Yonder. HEX triplet: 74, 8B and CB. RGB value is (116,139,203). Sum of RGB (Red+Green+Blue) = 116+139+203=458 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.33% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #748BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748BCB is #8B7434. Grayscale: #8B8B8B. Windows color (decimal): -9139253 or 13339508. OLE color: 13339508.

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

Color convert

RGB 116 139 203 -
CMYK 0.43 0.32 0 0.20
HSL 224.14º 0.46% 0.63% -
HSV(B) 224.14º 0.43% 0.8% -
XYZ 27.21 26.49 60.18 -
YUV 139.42 163.88 111.3 -
System Red Green Blue C M Y K H S L
Decimal 116 139 203 0.43 0.32 0 0.20 224.14 0.46 0.63
Hex 74 8B CB 2B 20 0 14 E0 2E 3F
Octal 164 213 313 53 40 0 24 340 56 77
Binary 1110100 10001011 11001011 101011 100000 0 10100 11100000 101110 111111

Color Harmonies of #748BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748BCB

Black with #748BCB

Text Example


Text Example

White with #748BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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