#749ECD

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

Shades of Jordy Blue #749ECD

Tints of Jordy Blue #749ECD

Color information

#749ECD (or 0x749ECD) is unknown color: approx Jordy Blue. HEX triplet: 74, 9E and CD. RGB value is (116,158,205). Sum of RGB (Red+Green+Blue) = 116+158+205=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 158 (62.11% from 255 or 32.99% 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 #749ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749ECD is #8B6132. Grayscale: #969696. Windows color (decimal): -9134387 or 13475444. OLE color: 13475444.

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

Color convert

RGB116158205-
CMYK0.430.2300.20
HSL211.69º47.09%62.94%-
HSV(B)211.69º43.41%80.39%-
XYZ30.4532.5762.44-
YUV150.8158.59103.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.22%
GREEN value IS 158 (62.11% from 255) = 32.99%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=24.22%
G=32.99%
B=42.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1161582050.430.2300.20211.6947.0962.94
Hex749ECD2B17014d42f3f
Octal16423631553270243245777
Binary111010010011110110011011010111011101010011010100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #749ECD;
 }
 .AnyTagClassName
 {
   color: #749ECD;
 }
</style>
background-color css

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

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

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

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

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

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