Html Css Color HEX #729BD0 Jordy Blue

📋 copy color: '#729BD0'

red 114 ◦ green 155 ◦ blue 208

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

Shades of Jordy Blue #729BD0

Tints of Jordy Blue #729BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.61%

R = 23.9%
G = 32.49%
B = 43.61%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#729BD0 (or 0x729BD0) is known color: Jordy Blue. HEX triplet: 72, 9B and D0. RGB value is (114,155,208). Sum of RGB (Red+Green+Blue) = 114+155+208=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #729BD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729BD0 is #8D642F. Grayscale: #949494. Windows color (decimal): -9266224 or 13671282. OLE color: 13671282.

HSL color Cylindrical-coordinate representation of color #729BD0: hue angle of 213.83º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #729BD0 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 155 208 -
CMYK 0.45 0.25 0 0.18
HSL 213.83º 0.5% 0.63% -
HSV(B) 213.83º 0.45% 0.82% -
XYZ 30.05 31.57 64.19 -
YUV 148.78 161.42 103.19 -
System Red Green Blue C M Y K H S L
Decimal 114 155 208 0.45 0.25 0 0.18 213.83 0.5 0.63
Hex 72 9B D0 2D 19 0 12 D6 32 3F
Octal 162 233 320 55 31 0 22 326 62 77
Binary 1110010 10011011 11010000 101101 11001 0 10010 11010110 110010 111111

Color Harmonies of #729BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729BD0

Black with #729BD0

Text Example


Text Example

White with #729BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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