Html Css Color HEX #739BCD Jordy Blue

📋 copy color: '#739BCD'

red 115 ◦ green 155 ◦ blue 205

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

Shades of Jordy Blue #739BCD

Tints of Jordy Blue #739BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.63%

 BLUE value IS 205 (80.47% from 255) = 43.16%

R = 24.21%
G = 32.63%
B = 43.16%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#739BCD (or 0x739BCD) is known color: Jordy Blue. HEX triplet: 73, 9B and CD. RGB value is (115,155,205). Sum of RGB (Red+Green+Blue) = 115+155+205=475 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.21% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #739BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739BCD is #8C6432. Grayscale: #949494. Windows color (decimal): -9200691 or 13474675. OLE color: 13474675.

HSL color Cylindrical-coordinate representation of color #739BCD: hue angle of 213.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #739BCD is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 155 205 -
CMYK 0.44 0.24 0 0.20
HSL 213.33º 0.47% 0.63% -
HSV(B) 213.33º 0.44% 0.8% -
XYZ 29.81 31.5 62.27 -
YUV 148.74 159.75 103.93 -
System Red Green Blue C M Y K H S L
Decimal 115 155 205 0.44 0.24 0 0.20 213.33 0.47 0.63
Hex 73 9B CD 2C 18 0 14 D5 2F 3F
Octal 163 233 315 54 30 0 24 325 57 77
Binary 1110011 10011011 11001101 101100 11000 0 10100 11010101 101111 111111

Color Harmonies of #739BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739BCD

Black with #739BCD

Text Example


Text Example

White with #739BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,155,205); }

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

background-color css

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

 a { background-color: rgb(115,155,205); }

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

border-color css

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

 span { border-color: rgb(115,155,205); }

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