Html Css Color HEX #729EDA Jordy Blue

📋 copy color: '#729EDA'

red 114 ◦ green 158 ◦ blue 218

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

Shades of Jordy Blue #729EDA

Tints of Jordy Blue #729EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.49%

R = 23.27%
G = 32.24%
B = 44.49%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#729EDA (or 0x729EDA) is known color: Jordy Blue. HEX triplet: 72, 9E and DA. RGB value is (114,158,218). Sum of RGB (Red+Green+Blue) = 114+158+218=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #729EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729EDA is #8D6125. Grayscale: #979797. Windows color (decimal): -9265446 or 14327410. OLE color: 14327410.

HSL color Cylindrical-coordinate representation of color #729EDA: hue angle of 214.62º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #729EDA is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 158 218 -
CMYK 0.48 0.28 0 0.15
HSL 214.62º 0.58% 0.65% -
HSV(B) 214.62º 0.48% 0.85% -
XYZ 31.82 33.09 71.04 -
YUV 151.68 165.42 101.12 -
System Red Green Blue C M Y K H S L
Decimal 114 158 218 0.48 0.28 0 0.15 214.62 0.58 0.65
Hex 72 9E DA 30 1C 0 F D7 3A 41
Octal 162 236 332 60 34 0 17 327 72 101
Binary 1110010 10011110 11011010 110000 11100 0 1111 11010111 111010 1000001

Color Harmonies of #729EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729EDA

Black with #729EDA

Text Example


Text Example

White with #729EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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