Html Css Color HEX #719FCB Picton Blue

📋 copy color: '#719FCB'

red 113 ◦ green 159 ◦ blue 203

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

Shades of Picton Blue #719FCB

Tints of Picton Blue #719FCB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.47%

 BLUE value IS 203 (79.69% from 255) = 42.74%

R = 23.79%
G = 33.47%
B = 42.74%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#719FCB (or 0x719FCB) is known color: Picton Blue. HEX triplet: 71, 9F and CB. RGB value is (113,159,203). Sum of RGB (Red+Green+Blue) = 113+159+203=475 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.79% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #719FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719FCB is #8E6034. Grayscale: #969696. Windows color (decimal): -9330741 or 13344625. OLE color: 13344625.

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

Color convert

RGB 113 159 203 -
CMYK 0.44 0.22 0 0.20
HSL 209.33º 0.46% 0.62% -
HSV(B) 209.33º 0.44% 0.8% -
XYZ 29.99 32.62 61.22 -
YUV 150.26 157.76 101.42 -
System Red Green Blue C M Y K H S L
Decimal 113 159 203 0.44 0.22 0 0.20 209.33 0.46 0.62
Hex 71 9F CB 2C 16 0 14 D1 2E 3E
Octal 161 237 313 54 26 0 24 321 56 76
Binary 1110001 10011111 11001011 101100 10110 0 10100 11010001 101110 111110

Color Harmonies of #719FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719FCB

Black with #719FCB

Text Example


Text Example

White with #719FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,159,203); }

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

background-color css

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

 a { background-color: rgb(113,159,203); }

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

border-color css

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

 span { border-color: rgb(113,159,203); }

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