Html Css Color HEX #7488CB Wild Blue Yonder

📋 copy color: '#7488CB'

red 116 ◦ green 136 ◦ blue 203

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

Shades of Wild Blue Yonder #7488CB

Tints of Wild Blue Yonder #7488CB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.89%

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

R = 25.49%
G = 29.89%
B = 44.62%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7488CB (or 0x7488CB) is known color: Wild Blue Yonder. HEX triplet: 74, 88 and CB. RGB value is (116,136,203). Sum of RGB (Red+Green+Blue) = 116+136+203=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #7488CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7488CB is #8B7734. Grayscale: #898989. Windows color (decimal): -9140021 or 13338740. OLE color: 13338740.

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

Color convert

RGB 116 136 203 -
CMYK 0.43 0.33 0 0.20
HSL 226.21º 0.46% 0.63% -
HSV(B) 226.21º 0.43% 0.8% -
XYZ 26.79 25.63 60.04 -
YUV 137.66 164.87 112.55 -
System Red Green Blue C M Y K H S L
Decimal 116 136 203 0.43 0.33 0 0.20 226.21 0.46 0.63
Hex 74 88 CB 2B 21 0 14 E2 2E 3F
Octal 164 210 313 53 41 0 24 342 56 77
Binary 1110100 10001000 11001011 101011 100001 0 10100 11100010 101110 111111

Color Harmonies of #7488CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7488CB

Black with #7488CB

Text Example


Text Example

White with #7488CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7488CB; }

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

 H1.HeaderClassName
 {
   color: #7488CB;
 }
 .AnyTagClassName
 {
   color: #7488CB;
 }
</style>

background-color css

<style>
 a { background-color: #7488CB; }

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

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

border-color css

<style>
 span { border-color: #7488CB; }

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

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