Html Css Color HEX #719DCA Picton Blue

📋 copy color: '#719DCA'

red 113 ◦ green 157 ◦ blue 202

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

Shades of Picton Blue #719DCA

Tints of Picton Blue #719DCA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.26%

 BLUE value IS 202 (79.3% from 255) = 42.8%

R = 23.94%
G = 33.26%
B = 42.8%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#719DCA (or 0x719DCA) is known color: Picton Blue. HEX triplet: 71, 9D and CA. RGB value is (113,157,202). Sum of RGB (Red+Green+Blue) = 113+157+202=472 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.94% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #719DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719DCA is #8E6235. Grayscale: #949494. Windows color (decimal): -9331254 or 13278577. OLE color: 13278577.

HSL color Cylindrical-coordinate representation of color #719DCA: hue angle of 210.34º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #719DCA is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 157 202 -
CMYK 0.44 0.22 0 0.21
HSL 210.34º 0.46% 0.62% -
HSV(B) 210.34º 0.44% 0.79% -
XYZ 29.53 31.89 60.48 -
YUV 148.97 157.92 102.34 -
System Red Green Blue C M Y K H S L
Decimal 113 157 202 0.44 0.22 0 0.21 210.34 0.46 0.62
Hex 71 9D CA 2C 16 0 15 D2 2E 3E
Octal 161 235 312 54 26 0 25 322 56 76
Binary 1110001 10011101 11001010 101100 10110 0 10101 11010010 101110 111110

Color Harmonies of #719DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719DCA

Black with #719DCA

Text Example


Text Example

White with #719DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,157,202); }

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

background-color css

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

 a { background-color: rgb(113,157,202); }

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

border-color css

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

 span { border-color: rgb(113,157,202); }

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