#719DCD

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

Shades of Picton Blue #719DCD

Tints of Picton Blue #719DCD

Color information

#719DCD (or 0x719DCD) is unknown color: approx Picton Blue. HEX triplet: 71, 9D and CD. RGB value is (113,157,205). Sum of RGB (Red+Green+Blue) = 113+157+205=475 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.79% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #719DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719DCD is #8E6232. Grayscale: #959595. Windows color (decimal): -9331251 or 13475185. OLE color: 13475185.

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

Color convert

RGB113157205-
CMYK0.450.2300.20
HSL211.3º47.92%62.35%-
HSV(B)211.3º44.88%80.39%-
XYZ29.8932.0362.37-
YUV149.32159.42102.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.79%
GREEN value IS 157 (61.72% from 255) = 33.05%
BLUE value IS 205 (80.47% from 255) = 43.16%
R=23.79%
G=33.05%
B=43.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131572050.450.2300.20211.347.9262.35
Hex719DCD2D17014d3303e
Octal16123531555270243236076
Binary111000110011101110011011011011011101010011010011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #719DCD;
 }
 .AnyTagClassName
 {
   color: #719DCD;
 }
</style>
background-color css

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

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

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

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

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

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