Html Css Color HEX #719FCD Picton Blue

📋 copy color: '#719FCD'

red 113 ◦ green 159 ◦ blue 205

#719FCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #719FCD

Tints of Picton Blue #719FCD

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 value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#719FCD (or 0x719FCD) is known color: 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

RGB 113 159 205 -
CMYK 0.45 0.22 0 0.20
HSL 210º 0.48% 0.62% -
HSV(B) 210º 0.45% 0.8% -
XYZ 30.23 32.71 62.48 -
YUV 150.49 158.76 101.26 -
System Red Green Blue C M Y K H S L
Decimal 113 159 205 0.45 0.22 0 0.20 210 0.48 0.62
Hex 71 9F CD 2D 16 0 14 D2 30 3E
Octal 161 237 315 55 26 0 24 322 60 76
Binary 1110001 10011111 11001101 101101 10110 0 10100 11010010 110000 111110

Color Harmonies of #719FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719FCD

Black with #719FCD

Text Example


Text Example

White with #719FCD

Text Example


Text Example

HTML Codes & Css Web 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>