Html Css Color HEX #719ACC Picton Blue

📋 copy color: '#719ACC'

red 113 ◦ green 154 ◦ blue 204

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

Shades of Picton Blue #719ACC

Tints of Picton Blue #719ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.7%

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

R = 23.99%
G = 32.7%
B = 43.31%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#719ACC (or 0x719ACC) is known color: Picton Blue. HEX triplet: 71, 9A and CC. RGB value is (113,154,204). Sum of RGB (Red+Green+Blue) = 113+154+204=471 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.99% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #719ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719ACC is #8E6533. Grayscale: #939393. Windows color (decimal): -9332020 or 13408881. OLE color: 13408881.

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

Color convert

RGB 113 154 204 -
CMYK 0.45 0.25 0 0.2
HSL 212.97º 0.47% 0.62% -
HSV(B) 212.97º 0.45% 0.8% -
XYZ 29.26 30.98 61.56 -
YUV 147.44 159.92 103.43 -
System Red Green Blue C M Y K H S L
Decimal 113 154 204 0.45 0.25 0 0.2 212.97 0.47 0.62
Hex 71 9A CC 2D 19 0 14 D5 2F 3E
Octal 161 232 314 55 31 0 24 325 57 76
Binary 1110001 10011010 11001100 101101 11001 0 10100 11010101 101111 111110

Color Harmonies of #719ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719ACC

Black with #719ACC

Text Example


Text Example

White with #719ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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