Html Css Color HEX #729DDF Jordy Blue

📋 copy color: '#729DDF'

red 114 ◦ green 157 ◦ blue 223

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

Shades of Jordy Blue #729DDF

Tints of Jordy Blue #729DDF

RGB

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

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

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

R = 23.08%
G = 31.78%
B = 45.14%

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

#729DDF (or 0x729DDF) is known color: Jordy Blue. HEX triplet: 72, 9D and DF. RGB value is (114,157,223). Sum of RGB (Red+Green+Blue) = 114+157+223=494 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.08% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #729DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729DDF is #8D6220. Grayscale: #979797. Windows color (decimal): -9265697 or 14654834. OLE color: 14654834.

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

Color convert

RGB 114 157 223 -
CMYK 0.49 0.30 0 0.13
HSL 216.33º 0.63% 0.66% -
HSV(B) 216.33º 0.49% 0.87% -
XYZ 32.32 33.02 74.48 -
YUV 151.67 168.25 101.13 -
System Red Green Blue C M Y K H S L
Decimal 114 157 223 0.49 0.30 0 0.13 216.33 0.63 0.66
Hex 72 9D DF 31 1E 0 D D8 3F 42
Octal 162 235 337 61 36 0 15 330 77 102
Binary 1110010 10011101 11011111 110001 11110 0 1101 11011000 111111 1000010

Color Harmonies of #729DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729DDF

Black with #729DDF

Text Example


Text Example

White with #729DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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