Html Css Color HEX #739ECD Jordy Blue

📋 copy color: '#739ECD'

red 115 ◦ green 158 ◦ blue 205

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

Shades of Jordy Blue #739ECD

Tints of Jordy Blue #739ECD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.05%

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

R = 24.06%
G = 33.05%
B = 42.89%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#739ECD (or 0x739ECD) is known color: Jordy Blue. HEX triplet: 73, 9E and CD. RGB value is (115,158,205). Sum of RGB (Red+Green+Blue) = 115+158+205=478 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.06% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #739ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739ECD is #8C6132. Grayscale: #969696. Windows color (decimal): -9199923 or 13475443. OLE color: 13475443.

HSL color Cylindrical-coordinate representation of color #739ECD: hue angle of 211.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 #739ECD is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 158 205 -
CMYK 0.44 0.23 0 0.20
HSL 211.33º 0.47% 0.63% -
HSV(B) 211.33º 0.44% 0.8% -
XYZ 30.32 32.51 62.43 -
YUV 150.5 158.75 102.68 -
System Red Green Blue C M Y K H S L
Decimal 115 158 205 0.44 0.23 0 0.20 211.33 0.47 0.63
Hex 73 9E CD 2C 17 0 14 D3 2F 3F
Octal 163 236 315 54 27 0 24 323 57 77
Binary 1110011 10011110 11001101 101100 10111 0 10100 11010011 101111 111111

Color Harmonies of #739ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739ECD

Black with #739ECD

Text Example


Text Example

White with #739ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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