Html Css Color HEX #729CDC Jordy Blue

📋 copy color: '#729CDC'

red 114 ◦ green 156 ◦ blue 220

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

Shades of Jordy Blue #729CDC

Tints of Jordy Blue #729CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 23.27%
G = 31.84%
B = 44.9%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#729CDC (or 0x729CDC) is known color: Jordy Blue. HEX triplet: 72, 9C and DC. RGB value is (114,156,220). Sum of RGB (Red+Green+Blue) = 114+156+220=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #729CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729CDC is #8D6323. Grayscale: #969696. Windows color (decimal): -9265956 or 14457970. OLE color: 14457970.

HSL color Cylindrical-coordinate representation of color #729CDC: hue angle of 216.23º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #729CDC is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 156 220 -
CMYK 0.48 0.29 0 0.14
HSL 216.23º 0.6% 0.65% -
HSV(B) 216.23º 0.48% 0.86% -
XYZ 31.75 32.52 72.31 -
YUV 150.74 167.09 101.8 -
System Red Green Blue C M Y K H S L
Decimal 114 156 220 0.48 0.29 0 0.14 216.23 0.6 0.65
Hex 72 9C DC 30 1D 0 E D8 3C 41
Octal 162 234 334 60 35 0 16 330 74 101
Binary 1110010 10011100 11011100 110000 11101 0 1110 11011000 111100 1000001

Color Harmonies of #729CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729CDC

Black with #729CDC

Text Example


Text Example

White with #729CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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