#749ADD

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

Shades of Jordy Blue #749ADD

Tints of Jordy Blue #749ADD

Color information

#749ADD (or 0x749ADD) is unknown color: approx Jordy Blue. HEX triplet: 74, 9A and DD. RGB value is (116,154,221). Sum of RGB (Red+Green+Blue) = 116+154+221=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #749ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749ADD is #8B6522. Grayscale: #959595. Windows color (decimal): -9135395 or 14522996. OLE color: 14522996.

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

Color convert

RGB116154221-
CMYK0.480.3000.13
HSL218.29º60.69%66.08%-
HSV(B)218.29º47.51%86.67%-
XYZ31.8132.0472.92-
YUV150.28167.91103.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.63%
GREEN value IS 154 (60.55% from 255) = 31.36%
BLUE value IS 221 (86.72% from 255) = 45.01%
R=23.63%
G=31.36%
B=45.01%

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
Decimal1161542210.480.3000.13218.2960.6966.08
Hex749ADD301E0Dda3d42
Octal164232335603601533275102
Binary111010010011010110111011100001111001101110110101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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