Html Css Color HEX #729ACD Jordy Blue

📋 copy color: '#729ACD'

red 114 ◦ green 154 ◦ blue 205

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

Shades of Jordy Blue #729ACD

Tints of Jordy Blue #729ACD

RGB

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

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

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

R = 24.1%
G = 32.56%
B = 43.34%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#729ACD (or 0x729ACD) is known color: Jordy Blue. HEX triplet: 72, 9A and CD. RGB value is (114,154,205). Sum of RGB (Red+Green+Blue) = 114+154+205=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #729ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729ACD is #8D6532. Grayscale: #939393. Windows color (decimal): -9266483 or 13474418. OLE color: 13474418.

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

Color convert

RGB 114 154 205 -
CMYK 0.44 0.25 0 0.20
HSL 213.63º 0.48% 0.63% -
HSV(B) 213.63º 0.44% 0.8% -
XYZ 29.51 31.1 62.2 -
YUV 147.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 114 154 205 0.44 0.25 0 0.20 213.63 0.48 0.63
Hex 72 9A CD 2C 19 0 14 D6 30 3F
Octal 162 232 315 54 31 0 24 326 60 77
Binary 1110010 10011010 11001101 101100 11001 0 10100 11010110 110000 111111

Color Harmonies of #729ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729ACD

Black with #729ACD

Text Example


Text Example

White with #729ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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