#749DD5

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

Shades of Jordy Blue #749DD5

Tints of Jordy Blue #749DD5

Color information

#749DD5 (or 0x749DD5) is unknown color: approx Jordy Blue. HEX triplet: 74, 9D and D5. RGB value is (116,157,213). Sum of RGB (Red+Green+Blue) = 116+157+213=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #749DD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749DD5 is #8B622A. Grayscale: #969696. Windows color (decimal): -9134635 or 13999476. OLE color: 13999476.

HSL color Cylindrical-coordinate representation of color #749DD5: hue angle of 214.64º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #749DD5 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB116157213-
CMYK0.460.2600.16
HSL214.64º53.59%64.51%-
HSV(B)214.64º45.54%83.53%-
XYZ31.2732.6367.6-
YUV151.12162.92102.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.87%
GREEN value IS 157 (61.72% from 255) = 32.30%
BLUE value IS 213 (83.59% from 255) = 43.83%
R=23.87%
G=32.30%
B=43.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1161572130.460.2600.16214.6453.5964.51
Hex749DD52E1A010d73641
Octal164235325563202032766101
Binary1110100100111011101010110111011010010000110101111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,157,213); }

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

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

 a { background-color: rgb(116,157,213); }

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

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

 span { border-color: rgb(116,157,213); }

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