#719FCD

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

Shades of Picton Blue #719FCD

Tints of Picton Blue #719FCD

Color information

#719FCD (or 0x719FCD) is unknown color: approx Picton Blue. HEX triplet: 71, 9F and CD. RGB value is (113,159,205). Sum of RGB (Red+Green+Blue) = 113+159+205=477 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.69% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #719FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719FCD is #8E6032. Grayscale: #969696. Windows color (decimal): -9330739 or 13475697. OLE color: 13475697.

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

Color convert

RGB113159205-
CMYK0.450.2200.20
HSL210º47.92%62.35%-
HSV(B)210º44.88%80.39%-
XYZ30.2332.7162.48-
YUV150.49158.76101.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.69%
GREEN value IS 159 (62.5% from 255) = 33.33%
BLUE value IS 205 (80.47% from 255) = 42.98%
R=23.69%
G=33.33%
B=42.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131592050.450.2200.2021047.9262.35
Hex719FCD2D16014d2303e
Octal16123731555260243226076
Binary111000110011111110011011011011011001010011010010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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