#74A8DA

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

Shades of Jordy Blue #74A8DA

Tints of Jordy Blue #74A8DA

Color information

#74A8DA (or 0x74A8DA) is unknown color: approx Jordy Blue. HEX triplet: 74, A8 and DA. RGB value is (116,168,218). Sum of RGB (Red+Green+Blue) = 116+168+218=502 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.11% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #74A8DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A8DA is #8B5725. Grayscale: #9D9D9D. Windows color (decimal): -9131814 or 14329972. OLE color: 14329972.

HSL color Cylindrical-coordinate representation of color #74A8DA: hue angle of 209.41º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74A8DA is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB116168218-
CMYK0.470.2300.15
HSL209.41º57.95%65.49%-
HSV(B)209.41º46.79%85.49%-
XYZ33.8636.7871.64-
YUV158.15161.7797.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.11%
GREEN value IS 168 (66.02% from 255) = 33.47%
BLUE value IS 218 (85.55% from 255) = 43.43%
R=23.11%
G=33.47%
B=43.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1161682180.470.2300.15209.4157.9565.49
Hex74A8DA2F170Fd13a41
Octal164250332572701732172101
Binary111010010101000110110101011111011101111110100011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,168,218); }

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

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

 a { background-color: rgb(116,168,218); }

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

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

 span { border-color: rgb(116,168,218); }

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