Html Css Color HEX #729CCF Jordy Blue

📋 copy color: '#729CCF'

red 114 ◦ green 156 ◦ blue 207

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

Shades of Jordy Blue #729CCF

Tints of Jordy Blue #729CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.4%

R = 23.9%
G = 32.7%
B = 43.4%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#729CCF (or 0x729CCF) is known color: Jordy Blue. HEX triplet: 72, 9C and CF. RGB value is (114,156,207). Sum of RGB (Red+Green+Blue) = 114+156+207=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #729CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729CCF is #8D6330. Grayscale: #959595. Windows color (decimal): -9265969 or 13606002. OLE color: 13606002.

HSL color Cylindrical-coordinate representation of color #729CCF: hue angle of 212.9º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #729CCF is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 156 207 -
CMYK 0.45 0.25 0 0.19
HSL 212.9º 0.49% 0.63% -
HSV(B) 212.9º 0.45% 0.81% -
XYZ 30.09 31.86 63.6 -
YUV 149.26 160.59 102.85 -
System Red Green Blue C M Y K H S L
Decimal 114 156 207 0.45 0.25 0 0.19 212.9 0.49 0.63
Hex 72 9C CF 2D 19 0 13 D5 31 3F
Octal 162 234 317 55 31 0 23 325 61 77
Binary 1110010 10011100 11001111 101101 11001 0 10011 11010101 110001 111111

Color Harmonies of #729CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729CCF

Black with #729CCF

Text Example


Text Example

White with #729CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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