Html Css Color HEX #729EDF Jordy Blue

📋 copy color: '#729EDF'

red 114 ◦ green 158 ◦ blue 223

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

Shades of Jordy Blue #729EDF

Tints of Jordy Blue #729EDF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.92%

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

R = 23.03%
G = 31.92%
B = 45.05%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#729EDF (or 0x729EDF) is known color: Jordy Blue. HEX triplet: 72, 9E and DF. RGB value is (114,158,223). Sum of RGB (Red+Green+Blue) = 114+158+223=495 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.03% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #729EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729EDF is #8D6120. Grayscale: #979797. Windows color (decimal): -9265441 or 14655090. OLE color: 14655090.

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

Color convert

RGB 114 158 223 -
CMYK 0.49 0.29 0 0.13
HSL 215.78º 0.63% 0.66% -
HSV(B) 215.78º 0.49% 0.87% -
XYZ 32.49 33.36 74.54 -
YUV 152.25 167.92 100.71 -
System Red Green Blue C M Y K H S L
Decimal 114 158 223 0.49 0.29 0 0.13 215.78 0.63 0.66
Hex 72 9E DF 31 1D 0 D D8 3F 42
Octal 162 236 337 61 35 0 15 330 77 102
Binary 1110010 10011110 11011111 110001 11101 0 1101 11011000 111111 1000010

Color Harmonies of #729EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729EDF

Black with #729EDF

Text Example


Text Example

White with #729EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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