Html Css Color HEX #729BD5 Jordy Blue

📋 copy color: '#729BD5'

red 114 ◦ green 155 ◦ blue 213

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

Shades of Jordy Blue #729BD5

Tints of Jordy Blue #729BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.19%

R = 23.65%
G = 32.16%
B = 44.19%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#729BD5 (or 0x729BD5) is known color: Jordy Blue. HEX triplet: 72, 9B and D5. RGB value is (114,155,213). Sum of RGB (Red+Green+Blue) = 114+155+213=482 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.65% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #729BD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729BD5 is #8D642A. Grayscale: #959595. Windows color (decimal): -9266219 or 13998962. OLE color: 13998962.

HSL color Cylindrical-coordinate representation of color #729BD5: hue angle of 215.15º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #729BD5 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 155 213 -
CMYK 0.46 0.27 0 0.16
HSL 215.15º 0.54% 0.64% -
HSV(B) 215.15º 0.46% 0.84% -
XYZ 30.67 31.82 67.48 -
YUV 149.35 163.92 102.78 -
System Red Green Blue C M Y K H S L
Decimal 114 155 213 0.46 0.27 0 0.16 215.15 0.54 0.64
Hex 72 9B D5 2E 1B 0 10 D7 36 40
Octal 162 233 325 56 33 0 20 327 66 100
Binary 1110010 10011011 11010101 101110 11011 0 10000 11010111 110110 1000000

Color Harmonies of #729BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729BD5

Black with #729BD5

Text Example


Text Example

White with #729BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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