Html Css Color HEX #729ED2 Jordy Blue

📋 copy color: '#729ED2'

red 114 ◦ green 158 ◦ blue 210

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

Shades of Jordy Blue #729ED2

Tints of Jordy Blue #729ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.57%

R = 23.65%
G = 32.78%
B = 43.57%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#729ED2 (or 0x729ED2) is known color: Jordy Blue. HEX triplet: 72, 9E and D2. RGB value is (114,158,210). Sum of RGB (Red+Green+Blue) = 114+158+210=482 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.65% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 210 (82.42% from 255 or 43.57% from 482); Max value from RGB is 210 - color contains mainly: blue. Hex color #729ED2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729ED2 is #8D612D. Grayscale: #969696. Windows color (decimal): -9265454 or 13803122. OLE color: 13803122.

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

Color convert

RGB 114 158 210 -
CMYK 0.46 0.25 0 0.18
HSL 212.5º 0.52% 0.64% -
HSV(B) 212.5º 0.46% 0.82% -
XYZ 30.8 32.68 65.66 -
YUV 150.77 161.42 101.77 -
System Red Green Blue C M Y K H S L
Decimal 114 158 210 0.46 0.25 0 0.18 212.5 0.52 0.64
Hex 72 9E D2 2E 19 0 12 D4 34 40
Octal 162 236 322 56 31 0 22 324 64 100
Binary 1110010 10011110 11010010 101110 11001 0 10010 11010100 110100 1000000

Color Harmonies of #729ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729ED2

Black with #729ED2

Text Example


Text Example

White with #729ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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