Html Css Color HEX #729AD5 Jordy Blue

📋 copy color: '#729AD5'

red 114 ◦ green 154 ◦ blue 213

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

Shades of Jordy Blue #729AD5

Tints of Jordy Blue #729AD5

RGB

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

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

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

R = 23.7%
G = 32.02%
B = 44.28%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#729AD5 (or 0x729AD5) is known color: Jordy Blue. HEX triplet: 72, 9A and D5. RGB value is (114,154,213). Sum of RGB (Red+Green+Blue) = 114+154+213=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #729AD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729AD5 is #8D652A. Grayscale: #949494. Windows color (decimal): -9266475 or 13998706. OLE color: 13998706.

HSL color Cylindrical-coordinate representation of color #729AD5: hue angle of 215.76º 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 #729AD5 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 154 213 -
CMYK 0.46 0.28 0 0.16
HSL 215.76º 0.54% 0.64% -
HSV(B) 215.76º 0.46% 0.84% -
XYZ 30.51 31.49 67.42 -
YUV 148.77 164.25 103.2 -
System Red Green Blue C M Y K H S L
Decimal 114 154 213 0.46 0.28 0 0.16 215.76 0.54 0.64
Hex 72 9A D5 2E 1C 0 10 D8 36 40
Octal 162 232 325 56 34 0 20 330 66 100
Binary 1110010 10011010 11010101 101110 11100 0 10000 11011000 110110 1000000

Color Harmonies of #729AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729AD5

Black with #729AD5

Text Example


Text Example

White with #729AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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