Html Css Color HEX #729BD9 Jordy Blue

📋 copy color: '#729BD9'

red 114 ◦ green 155 ◦ blue 217

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

Shades of Jordy Blue #729BD9

Tints of Jordy Blue #729BD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.65%

R = 23.46%
G = 31.89%
B = 44.65%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#729BD9 (or 0x729BD9) is known color: Jordy Blue. HEX triplet: 72, 9B and D9. RGB value is (114,155,217). Sum of RGB (Red+Green+Blue) = 114+155+217=486 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.46% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 217 - color contains mainly: blue. Hex color #729BD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729BD9 is #8D6426. Grayscale: #959595. Windows color (decimal): -9266215 or 14261106. OLE color: 14261106.

HSL color Cylindrical-coordinate representation of color #729BD9: hue angle of 216.12º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #729BD9 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 155 217 -
CMYK 0.47 0.29 0 0.15
HSL 216.12º 0.58% 0.65% -
HSV(B) 216.12º 0.47% 0.85% -
XYZ 31.19 32.03 70.18 -
YUV 149.81 165.92 102.46 -
System Red Green Blue C M Y K H S L
Decimal 114 155 217 0.47 0.29 0 0.15 216.12 0.58 0.65
Hex 72 9B D9 2F 1D 0 F D8 3A 41
Octal 162 233 331 57 35 0 17 330 72 101
Binary 1110010 10011011 11011001 101111 11101 0 1111 11011000 111010 1000001

Color Harmonies of #729BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729BD9

Black with #729BD9

Text Example


Text Example

White with #729BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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