Html Css Color HEX #7087C8 Wild Blue Yonder

📋 copy color: '#7087C8'

red 112 ◦ green 135 ◦ blue 200

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

Shades of Wild Blue Yonder #7087C8

Tints of Wild Blue Yonder #7087C8

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.2%

 BLUE value IS 200 (78.52% from 255) = 44.74%

R = 25.06%
G = 30.2%
B = 44.74%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7087C8 (or 0x7087C8) is known color: Wild Blue Yonder. HEX triplet: 70, 87 and C8. RGB value is (112,135,200). Sum of RGB (Red+Green+Blue) = 112+135+200=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 200 - color contains mainly: blue. Hex color #7087C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7087C8 is #8F7837. Grayscale: #878787. Windows color (decimal): -9402424 or 13141872. OLE color: 13141872.

HSL color Cylindrical-coordinate representation of color #7087C8: hue angle of 224.32º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7087C8 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 135 200 -
CMYK 0.44 0.32 0 0.22
HSL 224.32º 0.44% 0.61% -
HSV(B) 224.32º 0.44% 0.78% -
XYZ 25.77 24.94 58.1 -
YUV 135.53 164.38 111.21 -
System Red Green Blue C M Y K H S L
Decimal 112 135 200 0.44 0.32 0 0.22 224.32 0.44 0.61
Hex 70 87 C8 2C 20 0 16 E0 2C 3D
Octal 160 207 310 54 40 0 26 340 54 75
Binary 1110000 10000111 11001000 101100 100000 0 10110 11100000 101100 111101

Color Harmonies of #7087C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7087C8

Black with #7087C8

Text Example


Text Example

White with #7087C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7087C8; }

 p { color: rgb(112,135,200); }

 H1.HeaderClassName
 {
   color: #7087C8;
 }
 .AnyTagClassName
 {
   color: #7087C8;
 }
</style>

background-color css

<style>
 a { background-color: #7087C8; }

 a { background-color: rgb(112,135,200); }

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

border-color css

<style>
 span { border-color: #7087C8; }

 span { border-color: rgb(112,135,200); }

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