Html Css Color HEX #7083CA Wild Blue Yonder

📋 copy color: '#7083CA'

red 112 ◦ green 131 ◦ blue 202

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

Shades of Wild Blue Yonder #7083CA

Tints of Wild Blue Yonder #7083CA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.44%

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

R = 25.17%
G = 29.44%
B = 45.39%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7083CA (or 0x7083CA) is known color: Wild Blue Yonder. HEX triplet: 70, 83 and CA. RGB value is (112,131,202). Sum of RGB (Red+Green+Blue) = 112+131+202=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #7083CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7083CA is #8F7C35. Grayscale: #858585. Windows color (decimal): -9403446 or 13271920. OLE color: 13271920.

HSL color Cylindrical-coordinate representation of color #7083CA: hue angle of 227.33º 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 #7083CA is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 131 202 -
CMYK 0.45 0.35 0 0.21
HSL 227.33º 0.46% 0.62% -
HSV(B) 227.33º 0.45% 0.79% -
XYZ 25.46 23.94 59.16 -
YUV 133.41 166.71 112.73 -
System Red Green Blue C M Y K H S L
Decimal 112 131 202 0.45 0.35 0 0.21 227.33 0.46 0.62
Hex 70 83 CA 2D 23 0 15 E3 2E 3E
Octal 160 203 312 55 43 0 25 343 56 76
Binary 1110000 10000011 11001010 101101 100011 0 10101 11100011 101110 111110

Color Harmonies of #7083CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7083CA

Black with #7083CA

Text Example


Text Example

White with #7083CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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