Html Css Color HEX #709DB3 Shakespeare

📋 copy color: '#709DB3'

red 112 ◦ green 157 ◦ blue 179

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

Shades of Shakespeare #709DB3

Tints of Shakespeare #709DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.96%

R = 25%
G = 35.04%
B = 39.96%

CMYK

 C value IS 0.37

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#709DB3 (or 0x709DB3) is known color: Shakespeare. HEX triplet: 70, 9D and B3. RGB value is (112,157,179). Sum of RGB (Red+Green+Blue) = 112+157+179=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 179 - color contains mainly: blue. Hex color #709DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709DB3 is #8F624C. Grayscale: #919191. Windows color (decimal): -9396813 or 11771248. OLE color: 11771248.

HSL color Cylindrical-coordinate representation of color #709DB3: hue angle of 199.7º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #709DB3 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 157 179 -
CMYK 0.37 0.12 0 0.30
HSL 199.7º 0.31% 0.57% -
HSV(B) 199.7º 0.37% 0.7% -
XYZ 26.88 30.81 47.18 -
YUV 146.05 146.59 103.71 -
System Red Green Blue C M Y K H S L
Decimal 112 157 179 0.37 0.12 0 0.30 199.7 0.31 0.57
Hex 70 9D B3 25 C 0 1E C8 1F 39
Octal 160 235 263 45 14 0 36 310 37 71
Binary 1110000 10011101 10110011 100101 1100 0 11110 11001000 11111 111001

Color Harmonies of #709DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709DB3

Black with #709DB3

Text Example


Text Example

White with #709DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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