Html Css Color HEX #729BDD Jordy Blue

📋 copy color: '#729BDD'

red 114 ◦ green 155 ◦ blue 221

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

Shades of Jordy Blue #729BDD

Tints of Jordy Blue #729BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.1%

R = 23.27%
G = 31.63%
B = 45.1%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#729BDD (or 0x729BDD) is known color: Jordy Blue. HEX triplet: 72, 9B and DD. RGB value is (114,155,221). Sum of RGB (Red+Green+Blue) = 114+155+221=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #729BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729BDD is #8D6422. Grayscale: #959595. Windows color (decimal): -9266211 or 14523250. OLE color: 14523250.

HSL color Cylindrical-coordinate representation of color #729BDD: hue angle of 217.01º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #729BDD is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 155 221 -
CMYK 0.48 0.30 0 0.13
HSL 217.01º 0.61% 0.66% -
HSV(B) 217.01º 0.48% 0.87% -
XYZ 31.71 32.24 72.96 -
YUV 150.27 167.92 102.13 -
System Red Green Blue C M Y K H S L
Decimal 114 155 221 0.48 0.30 0 0.13 217.01 0.61 0.66
Hex 72 9B DD 30 1E 0 D D9 3D 42
Octal 162 233 335 60 36 0 15 331 75 102
Binary 1110010 10011011 11011101 110000 11110 0 1101 11011001 111101 1000010

Color Harmonies of #729BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729BDD

Black with #729BDD

Text Example


Text Example

White with #729BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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