Html Css Color HEX #719BCD Picton Blue

📋 copy color: '#719BCD'

red 113 ◦ green 155 ◦ blue 205

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

Shades of Picton Blue #719BCD

Tints of Picton Blue #719BCD

RGB

 RED value IS 113 (44.53% from 255) = 23.89%

 GREEN value IS 155 (60.94% from 255) = 32.77%

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 23.89%
G = 32.77%
B = 43.34%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#719BCD (or 0x719BCD) is known color: Picton Blue. HEX triplet: 71, 9B and CD. RGB value is (113,155,205). Sum of RGB (Red+Green+Blue) = 113+155+205=473 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.89% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #719BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719BCD is #8E6432. Grayscale: #939393. Windows color (decimal): -9331763 or 13474673. OLE color: 13474673.

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

Color convert

RGB 113 155 205 -
CMYK 0.45 0.24 0 0.20
HSL 212.61º 0.48% 0.62% -
HSV(B) 212.61º 0.45% 0.8% -
XYZ 29.55 31.36 62.25 -
YUV 148.14 160.09 102.93 -
System Red Green Blue C M Y K H S L
Decimal 113 155 205 0.45 0.24 0 0.20 212.61 0.48 0.62
Hex 71 9B CD 2D 18 0 14 D5 30 3E
Octal 161 233 315 55 30 0 24 325 60 76
Binary 1110001 10011011 11001101 101101 11000 0 10100 11010101 110000 111110

Color Harmonies of #719BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719BCD

Black with #719BCD

Text Example


Text Example

White with #719BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #719BCD;
 }
 .AnyTagClassName
 {
   color: #719BCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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