Html Css Color HEX #7088CB Wild Blue Yonder

📋 copy color: '#7088CB'

red 112 ◦ green 136 ◦ blue 203

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

Shades of Wild Blue Yonder #7088CB

Tints of Wild Blue Yonder #7088CB

RGB

 RED value IS 112 (44.14% from 255) = 24.83%

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

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

R = 24.83%
G = 30.16%
B = 45.01%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7088CB (or 0x7088CB) is known color: Wild Blue Yonder. HEX triplet: 70, 88 and CB. RGB value is (112,136,203). Sum of RGB (Red+Green+Blue) = 112+136+203=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #7088CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7088CB is #8F7734. Grayscale: #888888. Windows color (decimal): -9402165 or 13338736. OLE color: 13338736.

HSL color Cylindrical-coordinate representation of color #7088CB: hue angle of 224.18º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7088CB is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 136 203 -
CMYK 0.45 0.33 0 0.20
HSL 224.18º 0.47% 0.62% -
HSV(B) 224.18º 0.45% 0.8% -
XYZ 26.27 25.36 60.01 -
YUV 136.46 165.55 110.55 -
System Red Green Blue C M Y K H S L
Decimal 112 136 203 0.45 0.33 0 0.20 224.18 0.47 0.62
Hex 70 88 CB 2D 21 0 14 E0 2F 3E
Octal 160 210 313 55 41 0 24 340 57 76
Binary 1110000 10001000 11001011 101101 100001 0 10100 11100000 101111 111110

Color Harmonies of #7088CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7088CB

Black with #7088CB

Text Example


Text Example

White with #7088CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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