Html Css Color HEX #739FCD Jordy Blue

📋 copy color: '#739FCD'

red 115 ◦ green 159 ◦ blue 205

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

Shades of Jordy Blue #739FCD

Tints of Jordy Blue #739FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.19%

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

R = 24.01%
G = 33.19%
B = 42.8%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#739FCD (or 0x739FCD) is known color: Jordy Blue. HEX triplet: 73, 9F and CD. RGB value is (115,159,205). Sum of RGB (Red+Green+Blue) = 115+159+205=479 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.01% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #739FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739FCD is #8C6032. Grayscale: #969696. Windows color (decimal): -9199667 or 13475699. OLE color: 13475699.

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

Color convert

RGB 115 159 205 -
CMYK 0.44 0.22 0 0.20
HSL 210.67º 0.47% 0.63% -
HSV(B) 210.67º 0.44% 0.8% -
XYZ 30.49 32.85 62.49 -
YUV 151.09 158.42 102.26 -
System Red Green Blue C M Y K H S L
Decimal 115 159 205 0.44 0.22 0 0.20 210.67 0.47 0.63
Hex 73 9F CD 2C 16 0 14 D3 2F 3F
Octal 163 237 315 54 26 0 24 323 57 77
Binary 1110011 10011111 11001101 101100 10110 0 10100 11010011 101111 111111

Color Harmonies of #739FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739FCD

Black with #739FCD

Text Example


Text Example

White with #739FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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