#749FD3

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

Shades of Jordy Blue #749FD3

Tints of Jordy Blue #749FD3

Color information

#749FD3 (or 0x749FD3) is unknown color: approx Jordy Blue. HEX triplet: 74, 9F and D3. RGB value is (116,159,211). Sum of RGB (Red+Green+Blue) = 116+159+211=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 211 - color contains mainly: blue. Hex color #749FD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749FD3 is #8B602C. Grayscale: #979797. Windows color (decimal): -9134125 or 13868916. OLE color: 13868916.

HSL color Cylindrical-coordinate representation of color #749FD3: hue angle of 212.84º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #749FD3 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB116159211-
CMYK0.450.2500.17
HSL212.84º51.91%64.12%-
HSV(B)212.84º45.02%82.75%-
XYZ31.3633.2166.39-
YUV152.07161.25102.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.87%
GREEN value IS 159 (62.5% from 255) = 32.72%
BLUE value IS 211 (82.81% from 255) = 43.42%
R=23.87%
G=32.72%
B=43.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1161592110.450.2500.17212.8451.9164.12
Hex749FD32D19011d53440
Octal164237323553102132564100
Binary1110100100111111101001110110111001010001110101011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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