Html Css Color HEX #719CCC Picton Blue

📋 copy color: '#719CCC'

red 113 ◦ green 156 ◦ blue 204

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

Shades of Picton Blue #719CCC

Tints of Picton Blue #719CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 23.89%
G = 32.98%
B = 43.13%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#719CCC (or 0x719CCC) is known color: Picton Blue. HEX triplet: 71, 9C and CC. RGB value is (113,156,204). Sum of RGB (Red+Green+Blue) = 113+156+204=473 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.89% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #719CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719CCC is #8E6333. Grayscale: #949494. Windows color (decimal): -9331508 or 13409393. OLE color: 13409393.

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

Color convert

RGB 113 156 204 -
CMYK 0.45 0.24 0 0.2
HSL 211.65º 0.47% 0.62% -
HSV(B) 211.65º 0.45% 0.8% -
XYZ 29.6 31.65 61.68 -
YUV 148.62 159.25 102.6 -
System Red Green Blue C M Y K H S L
Decimal 113 156 204 0.45 0.24 0 0.2 211.65 0.47 0.62
Hex 71 9C CC 2D 18 0 14 D4 2F 3E
Octal 161 234 314 55 30 0 24 324 57 76
Binary 1110001 10011100 11001100 101101 11000 0 10100 11010100 101111 111110

Color Harmonies of #719CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719CCC

Black with #719CCC

Text Example


Text Example

White with #719CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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