#719ECD

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

Shades of Picton Blue #719ECD

Tints of Picton Blue #719ECD

Color information

#719ECD (or 0x719ECD) is unknown color: approx Picton Blue. HEX triplet: 71, 9E and CD. RGB value is (113,158,205). Sum of RGB (Red+Green+Blue) = 113+158+205=476 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.74% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #719ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719ECD is #8E6132. Grayscale: #959595. Windows color (decimal): -9330995 or 13475441. OLE color: 13475441.

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

Color convert

RGB113158205-
CMYK0.450.2300.20
HSL210.65º47.92%62.35%-
HSV(B)210.65º44.88%80.39%-
XYZ30.0632.3762.42-
YUV149.9159.09101.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.74%
GREEN value IS 158 (62.11% from 255) = 33.19%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=23.74%
G=33.19%
B=43.07%

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
Decimal1131582050.450.2300.20210.6547.9262.35
Hex719ECD2D17014d3303e
Octal16123631555270243236076
Binary111000110011110110011011011011011101010011010011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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