Html Css Color HEX #729FDE Jordy Blue

📋 copy color: '#729FDE'

red 114 ◦ green 159 ◦ blue 222

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

Shades of Jordy Blue #729FDE

Tints of Jordy Blue #729FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.85%

R = 23.03%
G = 32.12%
B = 44.85%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#729FDE (or 0x729FDE) is known color: Jordy Blue. HEX triplet: 72, 9F and DE. RGB value is (114,159,222). Sum of RGB (Red+Green+Blue) = 114+159+222=495 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.03% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #729FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729FDE is #8D6021. Grayscale: #989898. Windows color (decimal): -9265186 or 14589810. OLE color: 14589810.

HSL color Cylindrical-coordinate representation of color #729FDE: hue angle of 215º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #729FDE is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 159 222 -
CMYK 0.49 0.28 0 0.13
HSL 215º 0.62% 0.66% -
HSV(B) 215º 0.49% 0.87% -
XYZ 32.52 33.65 73.89 -
YUV 152.73 167.09 100.38 -
System Red Green Blue C M Y K H S L
Decimal 114 159 222 0.49 0.28 0 0.13 215 0.62 0.66
Hex 72 9F DE 31 1C 0 D D7 3E 42
Octal 162 237 336 61 34 0 15 327 76 102
Binary 1110010 10011111 11011110 110001 11100 0 1101 11010111 111110 1000010

Color Harmonies of #729FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729FDE

Black with #729FDE

Text Example


Text Example

White with #729FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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