Html Css Color HEX #7083CC Wild Blue Yonder

📋 copy color: '#7083CC'

red 112 ◦ green 131 ◦ blue 204

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

Shades of Wild Blue Yonder #7083CC

Tints of Wild Blue Yonder #7083CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 25.06%
G = 29.31%
B = 45.64%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7083CC (or 0x7083CC) is known color: Wild Blue Yonder. HEX triplet: 70, 83 and CC. RGB value is (112,131,204). Sum of RGB (Red+Green+Blue) = 112+131+204=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #7083CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7083CC is #8F7C33. Grayscale: #858585. Windows color (decimal): -9403444 or 13402992. OLE color: 13402992.

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

Color convert

RGB 112 131 204 -
CMYK 0.45 0.36 0 0.2
HSL 227.61º 0.47% 0.62% -
HSV(B) 227.61º 0.45% 0.8% -
XYZ 25.7 24.04 60.41 -
YUV 133.64 167.71 112.56 -
System Red Green Blue C M Y K H S L
Decimal 112 131 204 0.45 0.36 0 0.2 227.61 0.47 0.62
Hex 70 83 CC 2D 24 0 14 E4 2F 3E
Octal 160 203 314 55 44 0 24 344 57 76
Binary 1110000 10000011 11001100 101101 100100 0 10100 11100100 101111 111110

Color Harmonies of #7083CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7083CC

Black with #7083CC

Text Example


Text Example

White with #7083CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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