Html Css Color HEX #729DDB Jordy Blue

📋 copy color: '#729DDB'

red 114 ◦ green 157 ◦ blue 219

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

Shades of Jordy Blue #729DDB

Tints of Jordy Blue #729DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.69%

R = 23.27%
G = 32.04%
B = 44.69%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#729DDB (or 0x729DDB) is known color: Jordy Blue. HEX triplet: 72, 9D and DB. RGB value is (114,157,219). Sum of RGB (Red+Green+Blue) = 114+157+219=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #729DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729DDB is #8D6224. Grayscale: #969696. Windows color (decimal): -9265701 or 14392690. OLE color: 14392690.

HSL color Cylindrical-coordinate representation of color #729DDB: hue angle of 215.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #729DDB is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 157 219 -
CMYK 0.48 0.28 0 0.14
HSL 215.43º 0.59% 0.65% -
HSV(B) 215.43º 0.48% 0.86% -
XYZ 31.78 32.81 71.67 -
YUV 151.21 166.25 101.46 -
System Red Green Blue C M Y K H S L
Decimal 114 157 219 0.48 0.28 0 0.14 215.43 0.59 0.65
Hex 72 9D DB 30 1C 0 E D7 3B 41
Octal 162 235 333 60 34 0 16 327 73 101
Binary 1110010 10011101 11011011 110000 11100 0 1110 11010111 111011 1000001

Color Harmonies of #729DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729DDB

Black with #729DDB

Text Example


Text Example

White with #729DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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