#7488BF

Color #7488BF Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7488BF

Tints of Wild Blue Yonder #7488BF

Color information

#7488BF (or 0x7488BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 88 and BF. RGB value is (116,136,191). Sum of RGB (Red+Green+Blue) = 116+136+191=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #7488BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7488BF is #8B7740. Grayscale: #888888. Windows color (decimal): -9140033 or 12552308. OLE color: 12552308.

HSL color Cylindrical-coordinate representation of color #7488BF: hue angle of 224º degrees, saturation: 0.37, 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 #7488BF is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116136191-
CMYK0.390.2900.25
HSL224º36.95%60.2%-
HSV(B)224º39.27%74.9%-
XYZ25.4125.0852.79-
YUV136.29158.87113.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.19%
GREEN value IS 136 (53.52% from 255) = 30.70%
BLUE value IS 191 (75% from 255) = 43.12%
R=26.19%
G=30.70%
B=43.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161361910.390.2900.2522436.9560.2
Hex7488BF271D019e0253c
Octal16421027747350313404574
Binary111010010001000101111111001111110101100111100000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7488BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7488BF;
 }
 .AnyTagClassName
 {
   color: #7488BF;
 }
</style>
background-color css

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

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

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

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

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

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