Html Css Color HEX #729ECD Jordy Blue

📋 copy color: '#729ECD'

red 114 ◦ green 158 ◦ blue 205

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

Shades of Jordy Blue #729ECD

Tints of Jordy Blue #729ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.98%

R = 23.9%
G = 33.12%
B = 42.98%

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

#729ECD (or 0x729ECD) is known color: Jordy Blue. HEX triplet: 72, 9E and CD. RGB value is (114,158,205). Sum of RGB (Red+Green+Blue) = 114+158+205=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #729ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729ECD is #8D6132. Grayscale: #959595. Windows color (decimal): -9265459 or 13475442. OLE color: 13475442.

HSL color Cylindrical-coordinate representation of color #729ECD: hue angle of 210.99º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #729ECD is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 158 205 -
CMYK 0.44 0.23 0 0.20
HSL 210.99º 0.48% 0.63% -
HSV(B) 210.99º 0.44% 0.8% -
XYZ 30.19 32.44 62.43 -
YUV 150.2 158.92 102.18 -
System Red Green Blue C M Y K H S L
Decimal 114 158 205 0.44 0.23 0 0.20 210.99 0.48 0.63
Hex 72 9E CD 2C 17 0 14 D3 30 3F
Octal 162 236 315 54 27 0 24 323 60 77
Binary 1110010 10011110 11001101 101100 10111 0 10100 11010011 110000 111111

Color Harmonies of #729ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729ECD

Black with #729ECD

Text Example


Text Example

White with #729ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,158,205); }

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

background-color css

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

 a { background-color: rgb(114,158,205); }

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

border-color css

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

 span { border-color: rgb(114,158,205); }

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