#749DDC

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

Shades of Jordy Blue #749DDC

Tints of Jordy Blue #749DDC

Color information

#749DDC (or 0x749DDC) is unknown color: approx Jordy Blue. HEX triplet: 74, 9D and DC. RGB value is (116,157,220). Sum of RGB (Red+Green+Blue) = 116+157+220=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #749DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749DDC is #8B6223. Grayscale: #979797. Windows color (decimal): -9134628 or 14458228. OLE color: 14458228.

HSL color Cylindrical-coordinate representation of color #749DDC: hue angle of 216.35º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #749DDC is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB116157220-
CMYK0.470.2900.14
HSL216.35º59.77%65.88%-
HSV(B)216.35º47.27%86.27%-
XYZ32.1832.9972.38-
YUV151.92166.42102.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.53%
GREEN value IS 157 (61.72% from 255) = 31.85%
BLUE value IS 220 (86.33% from 255) = 44.62%
R=23.53%
G=31.85%
B=44.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1161572200.470.2900.14216.3559.7765.88
Hex749DDC2F1D0Ed83c42
Octal164235334573501633074102
Binary111010010011101110111001011111110101110110110001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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