Html Css Color HEX #7091CE Wild Blue Yonder

📋 copy color: '#7091CE'

red 112 ◦ green 145 ◦ blue 206

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

Shades of Wild Blue Yonder #7091CE

Tints of Wild Blue Yonder #7091CE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.32%

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 24.19%
G = 31.32%
B = 44.49%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7091CE (or 0x7091CE) is known color: Wild Blue Yonder. HEX triplet: 70, 91 and CE. RGB value is (112,145,206). Sum of RGB (Red+Green+Blue) = 112+145+206=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #7091CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7091CE is #8F6E31. Grayscale: #8D8D8D. Windows color (decimal): -9399858 or 13537648. OLE color: 13537648.

HSL color Cylindrical-coordinate representation of color #7091CE: hue angle of 218.94º 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 #7091CE is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 145 206 -
CMYK 0.46 0.30 0 0.19
HSL 218.94º 0.49% 0.62% -
HSV(B) 218.94º 0.46% 0.81% -
XYZ 27.95 28.15 62.35 -
YUV 142.09 164.07 106.54 -
System Red Green Blue C M Y K H S L
Decimal 112 145 206 0.46 0.30 0 0.19 218.94 0.49 0.62
Hex 70 91 CE 2E 1E 0 13 DB 31 3E
Octal 160 221 316 56 36 0 23 333 61 76
Binary 1110000 10010001 11001110 101110 11110 0 10011 11011011 110001 111110

Color Harmonies of #7091CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7091CE

Black with #7091CE

Text Example


Text Example

White with #7091CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7091CE; }

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

 H1.HeaderClassName
 {
   color: #7091CE;
 }
 .AnyTagClassName
 {
   color: #7091CE;
 }
</style>

background-color css

<style>
 a { background-color: #7091CE; }

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

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

border-color css

<style>
 span { border-color: #7091CE; }

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

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