Html Css Color HEX #729ED8 Jordy Blue

📋 copy color: '#729ED8'

red 114 ◦ green 158 ◦ blue 216

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

Shades of Jordy Blue #729ED8

Tints of Jordy Blue #729ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.26%

R = 23.36%
G = 32.38%
B = 44.26%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#729ED8 (or 0x729ED8) is known color: Jordy Blue. HEX triplet: 72, 9E and D8. RGB value is (114,158,216). Sum of RGB (Red+Green+Blue) = 114+158+216=488 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.36% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #729ED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729ED8 is #8D6127. Grayscale: #979797. Windows color (decimal): -9265448 or 14196338. OLE color: 14196338.

HSL color Cylindrical-coordinate representation of color #729ED8: hue angle of 214.12º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #729ED8 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 158 216 -
CMYK 0.47 0.27 0 0.15
HSL 214.12º 0.57% 0.65% -
HSV(B) 214.12º 0.47% 0.85% -
XYZ 31.56 32.99 69.67 -
YUV 151.46 164.42 101.28 -
System Red Green Blue C M Y K H S L
Decimal 114 158 216 0.47 0.27 0 0.15 214.12 0.57 0.65
Hex 72 9E D8 2F 1B 0 F D6 39 41
Octal 162 236 330 57 33 0 17 326 71 101
Binary 1110010 10011110 11011000 101111 11011 0 1111 11010110 111001 1000001

Color Harmonies of #729ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729ED8

Black with #729ED8

Text Example


Text Example

White with #729ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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