Html Css Color HEX #729DD2 Jordy Blue

📋 copy color: '#729DD2'

red 114 ◦ green 157 ◦ blue 210

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

Shades of Jordy Blue #729DD2

Tints of Jordy Blue #729DD2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.64%

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

R = 23.7%
G = 32.64%
B = 43.66%

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

#729DD2 (or 0x729DD2) is known color: Jordy Blue. HEX triplet: 72, 9D and D2. RGB value is (114,157,210). Sum of RGB (Red+Green+Blue) = 114+157+210=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 210 - color contains mainly: blue. Hex color #729DD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729DD2 is #8D622D. Grayscale: #959595. Windows color (decimal): -9265710 or 13802866. OLE color: 13802866.

HSL color Cylindrical-coordinate representation of color #729DD2: hue angle of 213.12º 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 #729DD2 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 157 210 -
CMYK 0.46 0.25 0 0.18
HSL 213.13º 0.52% 0.64% -
HSV(B) 213.13º 0.46% 0.82% -
XYZ 30.63 32.34 65.6 -
YUV 150.19 161.75 102.19 -
System Red Green Blue C M Y K H S L
Decimal 114 157 210 0.46 0.25 0 0.18 213.13 0.52 0.64
Hex 72 9D D2 2E 19 0 12 D5 34 40
Octal 162 235 322 56 31 0 22 325 64 100
Binary 1110010 10011101 11010010 101110 11001 0 10010 11010101 110100 1000000

Color Harmonies of #729DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729DD2

Black with #729DD2

Text Example


Text Example

White with #729DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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