Html Css Color HEX #729CDE Jordy Blue

📋 copy color: '#729CDE'

red 114 ◦ green 156 ◦ blue 222

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

Shades of Jordy Blue #729CDE

Tints of Jordy Blue #729CDE

RGB

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

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

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

R = 23.17%
G = 31.71%
B = 45.12%

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

#729CDE (or 0x729CDE) is known color: Jordy Blue. HEX triplet: 72, 9C and DE. RGB value is (114,156,222). Sum of RGB (Red+Green+Blue) = 114+156+222=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #729CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729CDE is #8D6321. Grayscale: #969696. Windows color (decimal): -9265954 or 14589042. OLE color: 14589042.

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

Color convert

RGB 114 156 222 -
CMYK 0.49 0.30 0 0.13
HSL 216.67º 0.62% 0.66% -
HSV(B) 216.67º 0.49% 0.87% -
XYZ 32.01 32.63 73.72 -
YUV 150.97 168.09 101.63 -
System Red Green Blue C M Y K H S L
Decimal 114 156 222 0.49 0.30 0 0.13 216.67 0.62 0.66
Hex 72 9C DE 31 1E 0 D D9 3E 42
Octal 162 234 336 61 36 0 15 331 76 102
Binary 1110010 10011100 11011110 110001 11110 0 1101 11011001 111110 1000010

Color Harmonies of #729CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729CDE

Black with #729CDE

Text Example


Text Example

White with #729CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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