Html Css Color HEX #719ECB Picton Blue

📋 copy color: '#719ECB'

red 113 ◦ green 158 ◦ blue 203

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

Shades of Picton Blue #719ECB

Tints of Picton Blue #719ECB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.33%

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

R = 23.84%
G = 33.33%
B = 42.83%

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

#719ECB (or 0x719ECB) is known color: Picton Blue. HEX triplet: 71, 9E and CB. RGB value is (113,158,203). Sum of RGB (Red+Green+Blue) = 113+158+203=474 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.84% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #719ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719ECB is #8E6134. Grayscale: #959595. Windows color (decimal): -9330997 or 13344369. OLE color: 13344369.

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

Color convert

RGB 113 158 203 -
CMYK 0.44 0.22 0 0.20
HSL 210º 0.46% 0.62% -
HSV(B) 210º 0.44% 0.8% -
XYZ 29.82 32.28 61.16 -
YUV 149.68 158.09 101.84 -
System Red Green Blue C M Y K H S L
Decimal 113 158 203 0.44 0.22 0 0.20 210 0.46 0.62
Hex 71 9E CB 2C 16 0 14 D2 2E 3E
Octal 161 236 313 54 26 0 24 322 56 76
Binary 1110001 10011110 11001011 101100 10110 0 10100 11010010 101110 111110

Color Harmonies of #719ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719ECB

Black with #719ECB

Text Example


Text Example

White with #719ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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