#749FD1

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

Shades of Jordy Blue #749FD1

Tints of Jordy Blue #749FD1

Color information

#749FD1 (or 0x749FD1) is unknown color: approx Jordy Blue. HEX triplet: 74, 9F and D1. RGB value is (116,159,209). Sum of RGB (Red+Green+Blue) = 116+159+209=484 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.97% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #749FD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749FD1 is #8B602E. Grayscale: #979797. Windows color (decimal): -9134127 or 13737844. OLE color: 13737844.

HSL color Cylindrical-coordinate representation of color #749FD1: hue angle of 212.26º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #749FD1 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB116159209-
CMYK0.440.2400.18
HSL212.26º50.27%63.73%-
HSV(B)212.26º44.5%81.96%-
XYZ31.1133.1165.07-
YUV151.84160.25102.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.97%
GREEN value IS 159 (62.5% from 255) = 32.85%
BLUE value IS 209 (82.03% from 255) = 43.18%
R=23.97%
G=32.85%
B=43.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1161592090.440.2400.18212.2650.2763.73
Hex749FD12C18012d43240
Octal164237321543002232462100
Binary1110100100111111101000110110011000010010110101001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,159,209); }

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

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

 a { background-color: rgb(116,159,209); }

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

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

 span { border-color: rgb(116,159,209); }

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