Html Css Color HEX #729BCD Jordy Blue

📋 copy color: '#729BCD'

red 114 ◦ green 155 ◦ blue 205

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

Shades of Jordy Blue #729BCD

Tints of Jordy Blue #729BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.7%

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

R = 24.05%
G = 32.7%
B = 43.25%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#729BCD (or 0x729BCD) is known color: Jordy Blue. HEX triplet: 72, 9B and CD. RGB value is (114,155,205). Sum of RGB (Red+Green+Blue) = 114+155+205=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #729BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729BCD is #8D6432. Grayscale: #949494. Windows color (decimal): -9266227 or 13474674. OLE color: 13474674.

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

Color convert

RGB 114 155 205 -
CMYK 0.44 0.24 0 0.20
HSL 212.97º 0.48% 0.63% -
HSV(B) 212.97º 0.44% 0.8% -
XYZ 29.68 31.43 62.26 -
YUV 148.44 159.92 103.43 -
System Red Green Blue C M Y K H S L
Decimal 114 155 205 0.44 0.24 0 0.20 212.97 0.48 0.63
Hex 72 9B CD 2C 18 0 14 D5 30 3F
Octal 162 233 315 54 30 0 24 325 60 77
Binary 1110010 10011011 11001101 101100 11000 0 10100 11010101 110000 111111

Color Harmonies of #729BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729BCD

Black with #729BCD

Text Example


Text Example

White with #729BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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