Html Css Color HEX #729CDD Jordy Blue

📋 copy color: '#729CDD'

red 114 ◦ green 156 ◦ blue 221

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

Shades of Jordy Blue #729CDD

Tints of Jordy Blue #729CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.77%

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

R = 23.22%
G = 31.77%
B = 45.01%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#729CDD (or 0x729CDD) is known color: Jordy Blue. HEX triplet: 72, 9C and DD. RGB value is (114,156,221). Sum of RGB (Red+Green+Blue) = 114+156+221=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #729CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729CDD is #8D6322. Grayscale: #969696. Windows color (decimal): -9265955 or 14523506. OLE color: 14523506.

HSL color Cylindrical-coordinate representation of color #729CDD: hue angle of 216.45º 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 #729CDD is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 156 221 -
CMYK 0.48 0.29 0 0.13
HSL 216.45º 0.61% 0.66% -
HSV(B) 216.45º 0.48% 0.87% -
XYZ 31.88 32.57 73.01 -
YUV 150.85 167.59 101.71 -
System Red Green Blue C M Y K H S L
Decimal 114 156 221 0.48 0.29 0 0.13 216.45 0.61 0.66
Hex 72 9C DD 30 1D 0 D D8 3D 42
Octal 162 234 335 60 35 0 15 330 75 102
Binary 1110010 10011100 11011101 110000 11101 0 1101 11011000 111101 1000010

Color Harmonies of #729CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729CDD

Black with #729CDD

Text Example


Text Example

White with #729CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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