Html Css Color HEX #719CCD Picton Blue

📋 copy color: '#719CCD'

red 113 ◦ green 156 ◦ blue 205

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

Shades of Picton Blue #719CCD

Tints of Picton Blue #719CCD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.91%

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

R = 23.84%
G = 32.91%
B = 43.25%

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

#719CCD (or 0x719CCD) is known color: Picton Blue. HEX triplet: 71, 9C and CD. RGB value is (113,156,205). Sum of RGB (Red+Green+Blue) = 113+156+205=474 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.84% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #719CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719CCD is #8E6332. Grayscale: #949494. Windows color (decimal): -9331507 or 13474929. OLE color: 13474929.

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

Color convert

RGB 113 156 205 -
CMYK 0.45 0.24 0 0.20
HSL 211.96º 0.48% 0.62% -
HSV(B) 211.96º 0.45% 0.8% -
XYZ 29.72 31.7 62.31 -
YUV 148.73 159.75 102.52 -
System Red Green Blue C M Y K H S L
Decimal 113 156 205 0.45 0.24 0 0.20 211.96 0.48 0.62
Hex 71 9C CD 2D 18 0 14 D4 30 3E
Octal 161 234 315 55 30 0 24 324 60 76
Binary 1110001 10011100 11001101 101101 11000 0 10100 11010100 110000 111110

Color Harmonies of #719CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719CCD

Black with #719CCD

Text Example


Text Example

White with #719CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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