#719AC8

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

Shades of Picton Blue #719AC8

Tints of Picton Blue #719AC8

Color information

#719AC8 (or 0x719AC8) is unknown color: approx Picton Blue. HEX triplet: 71, 9A and C8. RGB value is (113,154,200). Sum of RGB (Red+Green+Blue) = 113+154+200=467 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.20% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 200 - color contains mainly: blue. Hex color #719AC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719AC8 is #8E6537. Grayscale: #929292. Windows color (decimal): -9332024 or 13146737. OLE color: 13146737.

HSL color Cylindrical-coordinate representation of color #719AC8: hue angle of 211.72º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #719AC8 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB113154200-
CMYK0.440.2300.22
HSL211.72º44.16%61.37%-
HSV(B)211.72º43.5%78.43%-
XYZ28.7930.7959.07-
YUV146.99157.92103.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.20%
GREEN value IS 154 (60.55% from 255) = 32.98%
BLUE value IS 200 (78.52% from 255) = 42.83%
R=24.20%
G=32.98%
B=42.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1131542000.440.2300.22211.7244.1661.37
Hex719AC82C17016d42c3d
Octal16123231054270263245475
Binary111000110011010110010001011001011101011011010100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,154,200); }

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

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

 a { background-color: rgb(113,154,200); }

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

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

 span { border-color: rgb(113,154,200); }

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