Html Css Color HEX #709DCC Picton Blue

📋 copy color: '#709DCC'

red 112 ◦ green 157 ◦ blue 204

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

Shades of Picton Blue #709DCC

Tints of Picton Blue #709DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 23.68%
G = 33.19%
B = 43.13%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#709DCC (or 0x709DCC) is known color: Picton Blue. HEX triplet: 70, 9D and CC. RGB value is (112,157,204). Sum of RGB (Red+Green+Blue) = 112+157+204=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #709DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709DCC is #8F6233. Grayscale: #949494. Windows color (decimal): -9396788 or 13409648. OLE color: 13409648.

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

Color convert

RGB 112 157 204 -
CMYK 0.45 0.23 0 0.2
HSL 210.65º 0.47% 0.62% -
HSV(B) 210.65º 0.45% 0.8% -
XYZ 29.64 31.92 61.73 -
YUV 148.9 159.09 101.68 -
System Red Green Blue C M Y K H S L
Decimal 112 157 204 0.45 0.23 0 0.2 210.65 0.47 0.62
Hex 70 9D CC 2D 17 0 14 D3 2F 3E
Octal 160 235 314 55 27 0 24 323 57 76
Binary 1110000 10011101 11001100 101101 10111 0 10100 11010011 101111 111110

Color Harmonies of #709DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709DCC

Black with #709DCC

Text Example


Text Example

White with #709DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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