Html Css Color HEX #729DCA Picton Blue

📋 copy color: '#729DCA'

red 114 ◦ green 157 ◦ blue 202

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

Shades of Picton Blue #729DCA

Tints of Picton Blue #729DCA

RGB

 RED value IS 114 (44.92% from 255) = 24.1%

 GREEN value IS 157 (61.72% from 255) = 33.19%

 BLUE value IS 202 (79.3% from 255) = 42.71%

R = 24.1%
G = 33.19%
B = 42.71%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#729DCA (or 0x729DCA) is known color: Picton Blue. HEX triplet: 72, 9D and CA. RGB value is (114,157,202). Sum of RGB (Red+Green+Blue) = 114+157+202=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #729DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729DCA is #8D6235. Grayscale: #959595. Windows color (decimal): -9265718 or 13278578. OLE color: 13278578.

HSL color Cylindrical-coordinate representation of color #729DCA: hue angle of 210.68º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #729DCA is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 157 202 -
CMYK 0.44 0.22 0 0.21
HSL 210.68º 0.45% 0.62% -
HSV(B) 210.68º 0.44% 0.79% -
XYZ 29.66 31.96 60.48 -
YUV 149.27 157.75 102.84 -
System Red Green Blue C M Y K H S L
Decimal 114 157 202 0.44 0.22 0 0.21 210.68 0.45 0.62
Hex 72 9D CA 2C 16 0 15 D3 2D 3E
Octal 162 235 312 54 26 0 25 323 55 76
Binary 1110010 10011101 11001010 101100 10110 0 10101 11010011 101101 111110

Color Harmonies of #729DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729DCA

Black with #729DCA

Text Example


Text Example

White with #729DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729DCA; }

 p { color: rgb(114,157,202); }

 H1.HeaderClassName
 {
   color: #729DCA;
 }
 .AnyTagClassName
 {
   color: #729DCA;
 }
</style>

background-color css

<style>
 a { background-color: #729DCA; }

 a { background-color: rgb(114,157,202); }

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

border-color css

<style>
 span { border-color: #729DCA; }

 span { border-color: rgb(114,157,202); }

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