Html Css Color HEX #729ED5 Jordy Blue

📋 copy color: '#729ED5'

red 114 ◦ green 158 ◦ blue 213

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

Shades of Jordy Blue #729ED5

Tints of Jordy Blue #729ED5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.58%

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

R = 23.51%
G = 32.58%
B = 43.92%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#729ED5 (or 0x729ED5) is known color: Jordy Blue. HEX triplet: 72, 9E and D5. RGB value is (114,158,213). Sum of RGB (Red+Green+Blue) = 114+158+213=485 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.51% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #729ED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729ED5 is #8D612A. Grayscale: #969696. Windows color (decimal): -9265451 or 13999730. OLE color: 13999730.

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

Color convert

RGB 114 158 213 -
CMYK 0.46 0.26 0 0.16
HSL 213.33º 0.54% 0.64% -
HSV(B) 213.33º 0.46% 0.84% -
XYZ 31.18 32.84 67.65 -
YUV 151.11 162.92 101.53 -
System Red Green Blue C M Y K H S L
Decimal 114 158 213 0.46 0.26 0 0.16 213.33 0.54 0.64
Hex 72 9E D5 2E 1A 0 10 D5 36 40
Octal 162 236 325 56 32 0 20 325 66 100
Binary 1110010 10011110 11010101 101110 11010 0 10000 11010101 110110 1000000

Color Harmonies of #729ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729ED5

Black with #729ED5

Text Example


Text Example

White with #729ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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