#749CDD

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

Shades of Jordy Blue #749CDD

Tints of Jordy Blue #749CDD

Color information

#749CDD (or 0x749CDD) is unknown color: approx Jordy Blue. HEX triplet: 74, 9C and DD. RGB value is (116,156,221). Sum of RGB (Red+Green+Blue) = 116+156+221=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #749CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749CDD is #8B6322. Grayscale: #979797. Windows color (decimal): -9134883 or 14523508. OLE color: 14523508.

HSL color Cylindrical-coordinate representation of color #749CDD: hue angle of 217.14º degrees, saturation: 0.61, 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 #749CDD is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116156221-
CMYK0.480.2900.13
HSL217.14º60.69%66.08%-
HSV(B)217.14º47.51%86.67%-
XYZ32.1432.7173.03-
YUV151.45167.25102.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.53%
GREEN value IS 156 (61.33% from 255) = 31.64%
BLUE value IS 221 (86.72% from 255) = 44.83%
R=23.53%
G=31.64%
B=44.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161562210.480.2900.13217.1460.6966.08
Hex749CDD301D0Dd93d42
Octal164234335603501533175102
Binary111010010011100110111011100001110101101110110011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,156,221); }

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

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

 a { background-color: rgb(116,156,221); }

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

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

 span { border-color: rgb(116,156,221); }

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