Html Css Color HEX #709DCD Picton Blue

📋 copy color: '#709DCD'

red 112 ◦ green 157 ◦ blue 205

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

Shades of Picton Blue #709DCD

Tints of Picton Blue #709DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.25%

R = 23.63%
G = 33.12%
B = 43.25%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#709DCD (or 0x709DCD) is known color: Picton Blue. HEX triplet: 70, 9D and CD. RGB value is (112,157,205). Sum of RGB (Red+Green+Blue) = 112+157+205=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #709DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709DCD is #8F6232. Grayscale: #949494. Windows color (decimal): -9396787 or 13475184. OLE color: 13475184.

HSL color Cylindrical-coordinate representation of color #709DCD: hue angle of 210.97º degrees, saturation: 0.48, 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 #709DCD is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 157 205 -
CMYK 0.45 0.23 0 0.20
HSL 210.97º 0.48% 0.62% -
HSV(B) 210.97º 0.45% 0.8% -
XYZ 29.76 31.97 62.36 -
YUV 149.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 112 157 205 0.45 0.23 0 0.20 210.97 0.48 0.62
Hex 70 9D CD 2D 17 0 14 D3 30 3E
Octal 160 235 315 55 27 0 24 323 60 76
Binary 1110000 10011101 11001101 101101 10111 0 10100 11010011 110000 111110

Color Harmonies of #709DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709DCD

Black with #709DCD

Text Example


Text Example

White with #709DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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