Html Css Color HEX #729FD2 Jordy Blue

📋 copy color: '#729FD2'

red 114 ◦ green 159 ◦ blue 210

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

Shades of Jordy Blue #729FD2

Tints of Jordy Blue #729FD2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.92%

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

R = 23.6%
G = 32.92%
B = 43.48%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#729FD2 (or 0x729FD2) is known color: Jordy Blue. HEX triplet: 72, 9F and D2. RGB value is (114,159,210). Sum of RGB (Red+Green+Blue) = 114+159+210=483 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.60% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 210 (82.42% from 255 or 43.48% from 483); Max value from RGB is 210 - color contains mainly: blue. Hex color #729FD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729FD2 is #8D602D. Grayscale: #979797. Windows color (decimal): -9265198 or 13803378. OLE color: 13803378.

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

Color convert

RGB 114 159 210 -
CMYK 0.46 0.24 0 0.18
HSL 211.88º 0.52% 0.64% -
HSV(B) 211.88º 0.46% 0.82% -
XYZ 30.97 33.03 65.72 -
YUV 151.36 161.09 101.35 -
System Red Green Blue C M Y K H S L
Decimal 114 159 210 0.46 0.24 0 0.18 211.88 0.52 0.64
Hex 72 9F D2 2E 18 0 12 D4 34 40
Octal 162 237 322 56 30 0 22 324 64 100
Binary 1110010 10011111 11010010 101110 11000 0 10010 11010100 110100 1000000

Color Harmonies of #729FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729FD2

Black with #729FD2

Text Example


Text Example

White with #729FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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