Html Css Color HEX #709DBD Shakespeare

📋 copy color: '#709DBD'

red 112 ◦ green 157 ◦ blue 189

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

Shades of Shakespeare #709DBD

Tints of Shakespeare #709DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.27%

R = 24.45%
G = 34.28%
B = 41.27%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#709DBD (or 0x709DBD) is known color: Shakespeare. HEX triplet: 70, 9D and BD. RGB value is (112,157,189). Sum of RGB (Red+Green+Blue) = 112+157+189=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #709DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709DBD is #8F6242. Grayscale: #939393. Windows color (decimal): -9396803 or 12426608. OLE color: 12426608.

HSL color Cylindrical-coordinate representation of color #709DBD: hue angle of 204.94º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #709DBD is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 157 189 -
CMYK 0.41 0.17 0 0.26
HSL 204.94º 0.37% 0.59% -
HSV(B) 204.94º 0.41% 0.74% -
XYZ 27.92 31.23 52.7 -
YUV 147.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 112 157 189 0.41 0.17 0 0.26 204.94 0.37 0.59
Hex 70 9D BD 29 11 0 1A CD 25 3B
Octal 160 235 275 51 21 0 32 315 45 73
Binary 1110000 10011101 10111101 101001 10001 0 11010 11001101 100101 111011

Color Harmonies of #709DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709DBD

Black with #709DBD

Text Example


Text Example

White with #709DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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