Html Css Color HEX #729CDA Jordy Blue

📋 copy color: '#729CDA'

red 114 ◦ green 156 ◦ blue 218

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

Shades of Jordy Blue #729CDA

Tints of Jordy Blue #729CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.97%

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

R = 23.36%
G = 31.97%
B = 44.67%

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

#729CDA (or 0x729CDA) is known color: Jordy Blue. HEX triplet: 72, 9C and DA. RGB value is (114,156,218). Sum of RGB (Red+Green+Blue) = 114+156+218=488 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.36% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #729CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729CDA is #8D6325. Grayscale: #969696. Windows color (decimal): -9265958 or 14326898. OLE color: 14326898.

HSL color Cylindrical-coordinate representation of color #729CDA: hue angle of 215.77º 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 #729CDA is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 156 218 -
CMYK 0.48 0.28 0 0.15
HSL 215.77º 0.58% 0.65% -
HSV(B) 215.77º 0.48% 0.85% -
XYZ 31.48 32.42 70.93 -
YUV 150.51 166.09 101.96 -
System Red Green Blue C M Y K H S L
Decimal 114 156 218 0.48 0.28 0 0.15 215.77 0.58 0.65
Hex 72 9C DA 30 1C 0 F D8 3A 41
Octal 162 234 332 60 34 0 17 330 72 101
Binary 1110010 10011100 11011010 110000 11100 0 1111 11011000 111010 1000001

Color Harmonies of #729CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729CDA

Black with #729CDA

Text Example


Text Example

White with #729CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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