Html Css Color HEX #729ED6 Jordy Blue

📋 copy color: '#729ED6'

red 114 ◦ green 158 ◦ blue 214

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

Shades of Jordy Blue #729ED6

Tints of Jordy Blue #729ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.03%

R = 23.46%
G = 32.51%
B = 44.03%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#729ED6 (or 0x729ED6) is known color: Jordy Blue. HEX triplet: 72, 9E and D6. RGB value is (114,158,214). Sum of RGB (Red+Green+Blue) = 114+158+214=486 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.46% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #729ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729ED6 is #8D6129. Grayscale: #969696. Windows color (decimal): -9265450 or 14065266. OLE color: 14065266.

HSL color Cylindrical-coordinate representation of color #729ED6: hue angle of 213.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #729ED6 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 158 214 -
CMYK 0.47 0.26 0 0.16
HSL 213.6º 0.55% 0.64% -
HSV(B) 213.6º 0.47% 0.84% -
XYZ 31.3 32.89 68.32 -
YUV 151.23 163.42 101.45 -
System Red Green Blue C M Y K H S L
Decimal 114 158 214 0.47 0.26 0 0.16 213.6 0.55 0.64
Hex 72 9E D6 2F 1A 0 10 D6 37 40
Octal 162 236 326 57 32 0 20 326 67 100
Binary 1110010 10011110 11010110 101111 11010 0 10000 11010110 110111 1000000

Color Harmonies of #729ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729ED6

Black with #729ED6

Text Example


Text Example

White with #729ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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