#74AADD

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

Shades of Jordy Blue #74AADD

Tints of Jordy Blue #74AADD

Color information

#74AADD (or 0x74AADD) is unknown color: approx Jordy Blue. HEX triplet: 74, AA and DD. RGB value is (116,170,221). Sum of RGB (Red+Green+Blue) = 116+170+221=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #74AADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AADD is #8B5522. Grayscale: #9F9F9F. Windows color (decimal): -9131299 or 14527092. OLE color: 14527092.

HSL color Cylindrical-coordinate representation of color #74AADD: hue angle of 209.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 #74AADD is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116170221-
CMYK0.480.2300.13
HSL209.14º60.69%66.08%-
HSV(B)209.14º47.51%86.67%-
XYZ34.6337.6873.86-
YUV159.67162.6196.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.88%
GREEN value IS 170 (66.80% from 255) = 33.53%
BLUE value IS 221 (86.72% from 255) = 43.59%
R=22.88%
G=33.53%
B=43.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161702210.480.2300.13209.1460.6966.08
Hex74AADD30170Dd13d42
Octal164252335602701532175102
Binary111010010101010110111011100001011101101110100011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74AADD; }

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

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

<style>
 a { background-color: #74AADD; }

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

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

<style>
 span { border-color: #74AADD; }

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

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