#709DCC

Color #709DCC Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #709DCC

Tints of Picton Blue #709DCC

Color information

#709DCC (or 0x709DCC) is unknown color: approx 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

RGB112157204-
CMYK0.450.2300.2
HSL210.65º47.42%61.96%-
HSV(B)210.65º45.1%80%-
XYZ29.6431.9261.73-
YUV148.9159.09101.68-

RGB Variations

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

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 (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1121572040.450.2300.2210.6547.4261.96
Hex709DCC2D17014d32f3e
Octal16023531455270243235776
Binary111000010011101110011001011011011101010011010011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>