#749ED5

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

Shades of Jordy Blue #749ED5

Tints of Jordy Blue #749ED5

Color information

#749ED5 (or 0x749ED5) is unknown color: approx Jordy Blue. HEX triplet: 74, 9E and D5. RGB value is (116,158,213). Sum of RGB (Red+Green+Blue) = 116+158+213=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #749ED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749ED5 is #8B612A. Grayscale: #979797. Windows color (decimal): -9134379 or 13999732. OLE color: 13999732.

HSL color Cylindrical-coordinate representation of color #749ED5: hue angle of 214.02º 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 #749ED5 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB116158213-
CMYK0.460.2600.16
HSL214.02º53.59%64.51%-
HSV(B)214.02º45.54%83.53%-
XYZ31.4432.9767.66-
YUV151.71162.59102.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.82%
GREEN value IS 158 (62.11% from 255) = 32.44%
BLUE value IS 213 (83.59% from 255) = 43.74%
R=23.82%
G=32.44%
B=43.74%

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
Decimal1161582130.460.2600.16214.0253.5964.51
Hex749ED52E1A010d63641
Octal164236325563202032666101
Binary1110100100111101101010110111011010010000110101101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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