#74A9DD

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

Shades of Jordy Blue #74A9DD

Tints of Jordy Blue #74A9DD

Color information

#74A9DD (or 0x74A9DD) is unknown color: approx Jordy Blue. HEX triplet: 74, A9 and DD. RGB value is (116,169,221). Sum of RGB (Red+Green+Blue) = 116+169+221=506 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.92% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #74A9DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A9DD is #8B5622. Grayscale: #9E9E9E. Windows color (decimal): -9131555 or 14526836. OLE color: 14526836.

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

Color convert

RGB116169221-
CMYK0.480.2400.13
HSL209.71º60.69%66.08%-
HSV(B)209.71º47.51%86.67%-
XYZ34.4437.3173.79-
YUV159.08162.9497.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.92%
GREEN value IS 169 (66.41% from 255) = 33.40%
BLUE value IS 221 (86.72% from 255) = 43.68%
R=22.92%
G=33.40%
B=43.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161692210.480.2400.13209.7160.6966.08
Hex74A9DD30180Dd23d42
Octal164251335603001532275102
Binary111010010101001110111011100001100001101110100101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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