Html Css Color HEX #709DB4 Shakespeare

📋 copy color: '#709DB4'

red 112 ◦ green 157 ◦ blue 180

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

Shades of Shakespeare #709DB4

Tints of Shakespeare #709DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.09%

R = 24.94%
G = 34.97%
B = 40.09%

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

#709DB4 (or 0x709DB4) is known color: Shakespeare. HEX triplet: 70, 9D and B4. RGB value is (112,157,180). Sum of RGB (Red+Green+Blue) = 112+157+180=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 180 - color contains mainly: blue. Hex color #709DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709DB4 is #8F624B. Grayscale: #929292. Windows color (decimal): -9396812 or 11836784. OLE color: 11836784.

HSL color Cylindrical-coordinate representation of color #709DB4: hue angle of 200.29º degrees, saturation: 0.31, 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 #709DB4 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 157 180 -
CMYK 0.38 0.13 0 0.29
HSL 200.29º 0.31% 0.57% -
HSV(B) 200.29º 0.38% 0.71% -
XYZ 26.98 30.85 47.71 -
YUV 146.17 147.09 103.63 -
System Red Green Blue C M Y K H S L
Decimal 112 157 180 0.38 0.13 0 0.29 200.29 0.31 0.57
Hex 70 9D B4 26 D 0 1D C8 1F 39
Octal 160 235 264 46 15 0 35 310 37 71
Binary 1110000 10011101 10110100 100110 1101 0 11101 11001000 11111 111001

Color Harmonies of #709DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709DB4

Black with #709DB4

Text Example


Text Example

White with #709DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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