Html Css Color HEX #729DD5 Jordy Blue

📋 copy color: '#729DD5'

red 114 ◦ green 157 ◦ blue 213

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

Shades of Jordy Blue #729DD5

Tints of Jordy Blue #729DD5

RGB

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

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

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

R = 23.55%
G = 32.44%
B = 44.01%

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

#729DD5 (or 0x729DD5) is known color: Jordy Blue. HEX triplet: 72, 9D and D5. RGB value is (114,157,213). Sum of RGB (Red+Green+Blue) = 114+157+213=484 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.55% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #729DD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729DD5 is #8D622A. Grayscale: #969696. Windows color (decimal): -9265707 or 13999474. OLE color: 13999474.

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

Color convert

RGB 114 157 213 -
CMYK 0.46 0.26 0 0.16
HSL 213.94º 0.54% 0.64% -
HSV(B) 213.94º 0.46% 0.84% -
XYZ 31.01 32.5 67.59 -
YUV 150.53 163.25 101.95 -
System Red Green Blue C M Y K H S L
Decimal 114 157 213 0.46 0.26 0 0.16 213.94 0.54 0.64
Hex 72 9D D5 2E 1A 0 10 D6 36 40
Octal 162 235 325 56 32 0 20 326 66 100
Binary 1110010 10011101 11010101 101110 11010 0 10000 11010110 110110 1000000

Color Harmonies of #729DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729DD5

Black with #729DD5

Text Example


Text Example

White with #729DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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