Html Css Color HEX #7488BE Wild Blue Yonder

📋 copy color: '#7488BE'

red 116 ◦ green 136 ◦ blue 190

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

Shades of Wild Blue Yonder #7488BE

Tints of Wild Blue Yonder #7488BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.99%

R = 26.24%
G = 30.77%
B = 42.99%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7488BE (or 0x7488BE) is known color: Wild Blue Yonder. HEX triplet: 74, 88 and BE. RGB value is (116,136,190). Sum of RGB (Red+Green+Blue) = 116+136+190=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #7488BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7488BE is #8B7741. Grayscale: #878787. Windows color (decimal): -9140034 or 12486772. OLE color: 12486772.

HSL color Cylindrical-coordinate representation of color #7488BE: hue angle of 223.78º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7488BE is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 136 190 -
CMYK 0.39 0.28 0 0.25
HSL 223.78º 0.36% 0.6% -
HSV(B) 223.78º 0.39% 0.75% -
XYZ 25.3 25.04 52.21 -
YUV 136.18 158.37 113.61 -
System Red Green Blue C M Y K H S L
Decimal 116 136 190 0.39 0.28 0 0.25 223.78 0.36 0.6
Hex 74 88 BE 27 1C 0 19 E0 24 3C
Octal 164 210 276 47 34 0 31 340 44 74
Binary 1110100 10001000 10111110 100111 11100 0 11001 11100000 100100 111100

Color Harmonies of #7488BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7488BE

Black with #7488BE

Text Example


Text Example

White with #7488BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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