#7088ce

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

Shades of Wild Blue Yonder #7088CE

Tints of Wild Blue Yonder #7088CE

Color information

#7088CE (or 0x7088CE) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 88 and CE. RGB value is (112,136,206). Sum of RGB (Red+Green+Blue) = 112+136+206=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #7088CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7088CE is #8F7731. Grayscale: #888888. Windows color (decimal): -9402162 or 13535344. OLE color: 13535344.

HSL color Cylindrical-coordinate representation of color #7088CE: hue angle of 224.68º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7088CE is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB112136206-
CMYK0.460.3400.19
HSL224.68º48.96%62.35%-
HSV(B)224.68º45.63%80.78%-
XYZ26.6325.5161.91-
YUV136.8167.05110.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.67%
GREEN value IS 136 (53.52% from 255) = 29.96%
BLUE value IS 206 (80.86% from 255) = 45.37%
R=24.67%
G=29.96%
B=45.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1121362060.460.3400.19224.6848.9662.35
Hex7088CE2E22013e1313e
Octal16021031656420233416176
Binary1110000100010001100111010111010001001001111100001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7088ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7088ce; }

 p { color: rgb(112,136,206); }

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

<style>
 a { background-color: #7088ce; }

 a { background-color: rgb(112,136,206); }

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

<style>
 span { border-color: #7088ce; }

 span { border-color: rgb(112,136,206); }

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