#749ddf

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

Shades of Jordy Blue #749DDF

Tints of Jordy Blue #749DDF

Color information

#749DDF (or 0x749DDF) is unknown color: approx Jordy Blue. HEX triplet: 74, 9D and DF. RGB value is (116,157,223). Sum of RGB (Red+Green+Blue) = 116+157+223=496 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.39% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #749DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749DDF is #8B6220. Grayscale: #979797. Windows color (decimal): -9134625 or 14654836. OLE color: 14654836.

HSL color Cylindrical-coordinate representation of color #749DDF: hue angle of 217.01º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #749DDF is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116157223-
CMYK0.480.3000.13
HSL217.01º62.57%66.47%-
HSV(B)217.01º47.98%87.45%-
XYZ32.5833.1574.49-
YUV152.26167.92102.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.39%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 223 (87.5% from 255) = 44.96%
R=23.39%
G=31.65%
B=44.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161572230.480.3000.13217.0162.5766.47
Hex749DDF301E0Dd93f42
Octal164235337603601533177102
Binary111010010011101110111111100001111001101110110011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749ddf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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