Html Css Color HEX #729CDF Jordy Blue

📋 copy color: '#729CDF'

red 114 ◦ green 156 ◦ blue 223

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

Shades of Jordy Blue #729CDF

Tints of Jordy Blue #729CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.23%

R = 23.12%
G = 31.64%
B = 45.23%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#729CDF (or 0x729CDF) is known color: Jordy Blue. HEX triplet: 72, 9C and DF. RGB value is (114,156,223). Sum of RGB (Red+Green+Blue) = 114+156+223=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #729CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729CDF is #8D6320. Grayscale: #969696. Windows color (decimal): -9265953 or 14654578. OLE color: 14654578.

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

Color convert

RGB 114 156 223 -
CMYK 0.49 0.30 0 0.13
HSL 216.88º 0.63% 0.66% -
HSV(B) 216.88º 0.49% 0.87% -
XYZ 32.15 32.68 74.43 -
YUV 151.08 168.59 101.55 -
System Red Green Blue C M Y K H S L
Decimal 114 156 223 0.49 0.30 0 0.13 216.88 0.63 0.66
Hex 72 9C DF 31 1E 0 D D9 3F 42
Octal 162 234 337 61 36 0 15 331 77 102
Binary 1110010 10011100 11011111 110001 11110 0 1101 11011001 111111 1000010

Color Harmonies of #729CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729CDF

Black with #729CDF

Text Example


Text Example

White with #729CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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