Html Css Color HEX #729BDE Jordy Blue

📋 copy color: '#729BDE'

red 114 ◦ green 155 ◦ blue 222

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

Shades of Jordy Blue #729BDE

Tints of Jordy Blue #729BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.21%

R = 23.22%
G = 31.57%
B = 45.21%

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

#729BDE (or 0x729BDE) is known color: Jordy Blue. HEX triplet: 72, 9B and DE. RGB value is (114,155,222). Sum of RGB (Red+Green+Blue) = 114+155+222=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #729BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729BDE is #8D6421. Grayscale: #969696. Windows color (decimal): -9266210 or 14588786. OLE color: 14588786.

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

Color convert

RGB 114 155 222 -
CMYK 0.49 0.30 0 0.13
HSL 217.22º 0.62% 0.66% -
HSV(B) 217.22º 0.49% 0.87% -
XYZ 31.85 32.29 73.66 -
YUV 150.38 168.42 102.05 -
System Red Green Blue C M Y K H S L
Decimal 114 155 222 0.49 0.30 0 0.13 217.22 0.62 0.66
Hex 72 9B DE 31 1E 0 D D9 3E 42
Octal 162 233 336 61 36 0 15 331 76 102
Binary 1110010 10011011 11011110 110001 11110 0 1101 11011001 111110 1000010

Color Harmonies of #729BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729BDE

Black with #729BDE

Text Example


Text Example

White with #729BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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