#739FCD

Color #739FCD Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #739FCD

Tints of Jordy Blue #739FCD

Color information

#739FCD (or 0x739FCD) is unknown color: approx 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

RGB115159205-
CMYK0.440.2200.20
HSL210.67º47.37%62.75%-
HSV(B)210.67º43.9%80.39%-
XYZ30.4932.8562.49-
YUV151.09158.42102.26-

RGB Variations

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

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.80%
R=24.01%
G=33.19%
B=42.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1151592050.440.2200.20210.6747.3762.75
Hex739FCD2C16014d32f3f
Octal16323731554260243235777
Binary111001110011111110011011011001011001010011010011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>