Html Css Color HEX #7088CA Wild Blue Yonder

📋 copy color: '#7088CA'

red 112 ◦ green 136 ◦ blue 202

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

Shades of Wild Blue Yonder #7088CA

Tints of Wild Blue Yonder #7088CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.89%

R = 24.89%
G = 30.22%
B = 44.89%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7088CA (or 0x7088CA) is known color: Wild Blue Yonder. HEX triplet: 70, 88 and CA. RGB value is (112,136,202). Sum of RGB (Red+Green+Blue) = 112+136+202=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #7088CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7088CA is #8F7735. Grayscale: #888888. Windows color (decimal): -9402166 or 13273200. OLE color: 13273200.

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

Color convert

RGB 112 136 202 -
CMYK 0.45 0.33 0 0.21
HSL 224º 0.46% 0.62% -
HSV(B) 224º 0.45% 0.79% -
XYZ 26.15 25.32 59.39 -
YUV 136.35 165.05 110.63 -
System Red Green Blue C M Y K H S L
Decimal 112 136 202 0.45 0.33 0 0.21 224 0.46 0.62
Hex 70 88 CA 2D 21 0 15 E0 2E 3E
Octal 160 210 312 55 41 0 25 340 56 76
Binary 1110000 10001000 11001010 101101 100001 0 10101 11100000 101110 111110

Color Harmonies of #7088CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7088CA

Black with #7088CA

Text Example


Text Example

White with #7088CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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