Html Css Color HEX #729ACF Jordy Blue

📋 copy color: '#729ACF'

red 114 ◦ green 154 ◦ blue 207

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

Shades of Jordy Blue #729ACF

Tints of Jordy Blue #729ACF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.42%

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

R = 24%
G = 32.42%
B = 43.58%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#729ACF (or 0x729ACF) is known color: Jordy Blue. HEX triplet: 72, 9A and CF. RGB value is (114,154,207). Sum of RGB (Red+Green+Blue) = 114+154+207=475 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #729ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729ACF is #8D6530. Grayscale: #939393. Windows color (decimal): -9266481 or 13605490. OLE color: 13605490.

HSL color Cylindrical-coordinate representation of color #729ACF: hue angle of 214.19º 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 #729ACF is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 154 207 -
CMYK 0.45 0.26 0 0.19
HSL 214.19º 0.49% 0.63% -
HSV(B) 214.19º 0.45% 0.81% -
XYZ 29.76 31.19 63.48 -
YUV 148.08 161.25 103.69 -
System Red Green Blue C M Y K H S L
Decimal 114 154 207 0.45 0.26 0 0.19 214.19 0.49 0.63
Hex 72 9A CF 2D 1A 0 13 D6 31 3F
Octal 162 232 317 55 32 0 23 326 61 77
Binary 1110010 10011010 11001111 101101 11010 0 10011 11010110 110001 111111

Color Harmonies of #729ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729ACF

Black with #729ACF

Text Example


Text Example

White with #729ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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