Html Css Color HEX #709DCB Picton Blue

📋 copy color: '#709DCB'

red 112 ◦ green 157 ◦ blue 203

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

Shades of Picton Blue #709DCB

Tints of Picton Blue #709DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.01%

R = 23.73%
G = 33.26%
B = 43.01%

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

#709DCB (or 0x709DCB) is known color: Picton Blue. HEX triplet: 70, 9D and CB. RGB value is (112,157,203). Sum of RGB (Red+Green+Blue) = 112+157+203=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #709DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709DCB is #8F6234. Grayscale: #949494. Windows color (decimal): -9396789 or 13344112. OLE color: 13344112.

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

Color convert

RGB 112 157 203 -
CMYK 0.45 0.23 0 0.20
HSL 210.33º 0.47% 0.62% -
HSV(B) 210.33º 0.45% 0.8% -
XYZ 29.52 31.87 61.1 -
YUV 148.79 158.59 101.76 -
System Red Green Blue C M Y K H S L
Decimal 112 157 203 0.45 0.23 0 0.20 210.33 0.47 0.62
Hex 70 9D CB 2D 17 0 14 D2 2F 3E
Octal 160 235 313 55 27 0 24 322 57 76
Binary 1110000 10011101 11001011 101101 10111 0 10100 11010010 101111 111110

Color Harmonies of #709DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709DCB

Black with #709DCB

Text Example


Text Example

White with #709DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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