Html Css Color HEX #719CCB Picton Blue

📋 copy color: '#719CCB'

red 113 ◦ green 156 ◦ blue 203

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

Shades of Picton Blue #719CCB

Tints of Picton Blue #719CCB

RGB

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

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

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

R = 23.94%
G = 33.05%
B = 43.01%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#719CCB (or 0x719CCB) is known color: Picton Blue. HEX triplet: 71, 9C and CB. RGB value is (113,156,203). Sum of RGB (Red+Green+Blue) = 113+156+203=472 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.94% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #719CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719CCB is #8E6334. Grayscale: #949494. Windows color (decimal): -9331509 or 13343857. OLE color: 13343857.

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

Color convert

RGB 113 156 203 -
CMYK 0.44 0.23 0 0.20
HSL 211.33º 0.46% 0.62% -
HSV(B) 211.33º 0.44% 0.8% -
XYZ 29.48 31.6 61.05 -
YUV 148.5 158.75 102.68 -
System Red Green Blue C M Y K H S L
Decimal 113 156 203 0.44 0.23 0 0.20 211.33 0.46 0.62
Hex 71 9C CB 2C 17 0 14 D3 2E 3E
Octal 161 234 313 54 27 0 24 323 56 76
Binary 1110001 10011100 11001011 101100 10111 0 10100 11010011 101110 111110

Color Harmonies of #719CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719CCB

Black with #719CCB

Text Example


Text Example

White with #719CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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