Html Css Color HEX #729DCD Jordy Blue

📋 copy color: '#729DCD'

red 114 ◦ green 157 ◦ blue 205

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

Shades of Jordy Blue #729DCD

Tints of Jordy Blue #729DCD

RGB

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

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

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

R = 23.95%
G = 32.98%
B = 43.07%

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

#729DCD (or 0x729DCD) is known color: Jordy Blue. HEX triplet: 72, 9D and CD. RGB value is (114,157,205). Sum of RGB (Red+Green+Blue) = 114+157+205=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #729DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729DCD is #8D6232. Grayscale: #959595. Windows color (decimal): -9265715 or 13475186. OLE color: 13475186.

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

Color convert

RGB 114 157 205 -
CMYK 0.44 0.23 0 0.20
HSL 211.65º 0.48% 0.63% -
HSV(B) 211.65º 0.44% 0.8% -
XYZ 30.02 32.1 62.37 -
YUV 149.62 159.25 102.6 -
System Red Green Blue C M Y K H S L
Decimal 114 157 205 0.44 0.23 0 0.20 211.65 0.48 0.63
Hex 72 9D CD 2C 17 0 14 D4 30 3F
Octal 162 235 315 54 27 0 24 324 60 77
Binary 1110010 10011101 11001101 101100 10111 0 10100 11010100 110000 111111

Color Harmonies of #729DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729DCD

Black with #729DCD

Text Example


Text Example

White with #729DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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