#719DCA

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

Shades of Picton Blue #719DCA

Tints of Picton Blue #719DCA

Color information

#719DCA (or 0x719DCA) is unknown color: approx Picton Blue. HEX triplet: 71, 9D and CA. RGB value is (113,157,202). Sum of RGB (Red+Green+Blue) = 113+157+202=472 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.94% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #719DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719DCA is #8E6235. Grayscale: #949494. Windows color (decimal): -9331254 or 13278577. OLE color: 13278577.

HSL color Cylindrical-coordinate representation of color #719DCA: hue angle of 210.34º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #719DCA is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB113157202-
CMYK0.440.2200.21
HSL210.34º45.64%61.76%-
HSV(B)210.34º44.06%79.22%-
XYZ29.5331.8960.48-
YUV148.97157.92102.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.94%
GREEN value IS 157 (61.72% from 255) = 33.26%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=23.94%
G=33.26%
B=42.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1131572020.440.2200.21210.3445.6461.76
Hex719DCA2C16015d22e3e
Octal16123531254260253225676
Binary111000110011101110010101011001011001010111010010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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