#719EC8

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

Shades of Picton Blue #719EC8

Tints of Picton Blue #719EC8

Color information

#719EC8 (or 0x719EC8) is unknown color: approx Picton Blue. HEX triplet: 71, 9E and C8. RGB value is (113,158,200). Sum of RGB (Red+Green+Blue) = 113+158+200=471 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.99% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 200 - color contains mainly: blue. Hex color #719EC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719EC8 is #8E6137. Grayscale: #959595. Windows color (decimal): -9331000 or 13147761. OLE color: 13147761.

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

Color convert

RGB113158200-
CMYK0.440.2100.22
HSL208.97º44.16%61.37%-
HSV(B)208.97º43.5%78.43%-
XYZ29.4632.1359.29-
YUV149.33156.59102.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.99%
GREEN value IS 158 (62.11% from 255) = 33.55%
BLUE value IS 200 (78.52% from 255) = 42.46%
R=23.99%
G=33.55%
B=42.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1131582000.440.2100.22208.9744.1661.37
Hex719EC82C15016d12c3d
Octal16123631054250263215475
Binary111000110011110110010001011001010101011011010001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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