Html Css Color HEX #709DB5 Shakespeare

📋 copy color: '#709DB5'

red 112 ◦ green 157 ◦ blue 181

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

Shades of Shakespeare #709DB5

Tints of Shakespeare #709DB5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.89%

 BLUE value IS 181 (71.09% from 255) = 40.22%

R = 24.89%
G = 34.89%
B = 40.22%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#709DB5 (or 0x709DB5) is known color: Shakespeare. HEX triplet: 70, 9D and B5. RGB value is (112,157,181). Sum of RGB (Red+Green+Blue) = 112+157+181=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 181 - color contains mainly: blue. Hex color #709DB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709DB5 is #8F624A. Grayscale: #929292. Windows color (decimal): -9396811 or 11902320. OLE color: 11902320.

HSL color Cylindrical-coordinate representation of color #709DB5: hue angle of 200.87º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #709DB5 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 157 181 -
CMYK 0.38 0.13 0 0.29
HSL 200.87º 0.32% 0.57% -
HSV(B) 200.87º 0.38% 0.71% -
XYZ 27.08 30.89 48.25 -
YUV 146.28 147.59 103.55 -
System Red Green Blue C M Y K H S L
Decimal 112 157 181 0.38 0.13 0 0.29 200.87 0.32 0.57
Hex 70 9D B5 26 D 0 1D C9 20 39
Octal 160 235 265 46 15 0 35 311 40 71
Binary 1110000 10011101 10110101 100110 1101 0 11101 11001001 100000 111001

Color Harmonies of #709DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709DB5

Black with #709DB5

Text Example


Text Example

White with #709DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709DB5; }

 p { color: rgb(112,157,181); }

 H1.HeaderClassName
 {
   color: #709DB5;
 }
 .AnyTagClassName
 {
   color: #709DB5;
 }
</style>

background-color css

<style>
 a { background-color: #709DB5; }

 a { background-color: rgb(112,157,181); }

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

border-color css

<style>
 span { border-color: #709DB5; }

 span { border-color: rgb(112,157,181); }

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