Html Css Color HEX #739DD9 Jordy Blue

📋 copy color: '#739DD9'

red 115 ◦ green 157 ◦ blue 217

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

Shades of Jordy Blue #739DD9

Tints of Jordy Blue #739DD9

RGB

 RED value IS 115 (45.31% from 255) = 23.52%

 GREEN value IS 157 (61.72% from 255) = 32.11%

 BLUE value IS 217 (85.16% from 255) = 44.38%

R = 23.52%
G = 32.11%
B = 44.38%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#739DD9 (or 0x739DD9) is known color: Jordy Blue. HEX triplet: 73, 9D and D9. RGB value is (115,157,217). Sum of RGB (Red+Green+Blue) = 115+157+217=489 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.52% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 217 (85.16% from 255 or 44.38% from 489); Max value from RGB is 217 - color contains mainly: blue. Hex color #739DD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739DD9 is #8C6226. Grayscale: #979797. Windows color (decimal): -9200167 or 14261619. OLE color: 14261619.

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

Color convert

RGB 115 157 217 -
CMYK 0.47 0.28 0 0.15
HSL 215.29º 0.57% 0.65% -
HSV(B) 215.29º 0.47% 0.85% -
XYZ 31.65 32.77 70.3 -
YUV 151.28 165.09 102.12 -
System Red Green Blue C M Y K H S L
Decimal 115 157 217 0.47 0.28 0 0.15 215.29 0.57 0.65
Hex 73 9D D9 2F 1C 0 F D7 39 41
Octal 163 235 331 57 34 0 17 327 71 101
Binary 1110011 10011101 11011001 101111 11100 0 1111 11010111 111001 1000001

Color Harmonies of #739DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739DD9

Black with #739DD9

Text Example


Text Example

White with #739DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739DD9; }

 p { color: rgb(115,157,217); }

 H1.HeaderClassName
 {
   color: #739DD9;
 }
 .AnyTagClassName
 {
   color: #739DD9;
 }
</style>

background-color css

<style>
 a { background-color: #739DD9; }

 a { background-color: rgb(115,157,217); }

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

border-color css

<style>
 span { border-color: #739DD9; }

 span { border-color: rgb(115,157,217); }

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