Html Css Color HEX #729ED4 Jordy Blue

📋 copy color: '#729ED4'

red 114 ◦ green 158 ◦ blue 212

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

Shades of Jordy Blue #729ED4

Tints of Jordy Blue #729ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.8%

R = 23.55%
G = 32.64%
B = 43.8%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#729ED4 (or 0x729ED4) is known color: Jordy Blue. HEX triplet: 72, 9E and D4. RGB value is (114,158,212). Sum of RGB (Red+Green+Blue) = 114+158+212=484 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.55% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 212 - color contains mainly: blue. Hex color #729ED4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729ED4 is #8D612B. Grayscale: #969696. Windows color (decimal): -9265452 or 13934194. OLE color: 13934194.

HSL color Cylindrical-coordinate representation of color #729ED4: hue angle of 213.06º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #729ED4 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 114 158 212 -
CMYK 0.46 0.25 0 0.17
HSL 213.06º 0.53% 0.64% -
HSV(B) 213.06º 0.46% 0.83% -
XYZ 31.05 32.78 66.98 -
YUV 151 162.42 101.61 -
System Red Green Blue C M Y K H S L
Decimal 114 158 212 0.46 0.25 0 0.17 213.06 0.53 0.64
Hex 72 9E D4 2E 19 0 11 D5 35 40
Octal 162 236 324 56 31 0 21 325 65 100
Binary 1110010 10011110 11010100 101110 11001 0 10001 11010101 110101 1000000

Color Harmonies of #729ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729ED4

Black with #729ED4

Text Example


Text Example

White with #729ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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