#74A2DA

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

Shades of Jordy Blue #74A2DA

Tints of Jordy Blue #74A2DA

Color information

#74A2DA (or 0x74A2DA) is unknown color: approx Jordy Blue. HEX triplet: 74, A2 and DA. RGB value is (116,162,218). Sum of RGB (Red+Green+Blue) = 116+162+218=496 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.39% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #74A2DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A2DA is #8B5D25. Grayscale: #9A9A9A. Windows color (decimal): -9133350 or 14328436. OLE color: 14328436.

HSL color Cylindrical-coordinate representation of color #74A2DA: hue angle of 212.94º 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 #74A2DA is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB116162218-
CMYK0.470.2600.15
HSL212.94º57.95%65.49%-
HSV(B)212.94º46.79%85.49%-
XYZ32.7834.6271.28-
YUV154.63163.76100.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.39%
GREEN value IS 162 (63.67% from 255) = 32.66%
BLUE value IS 218 (85.55% from 255) = 43.95%
R=23.39%
G=32.66%
B=43.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1161622180.470.2600.15212.9457.9565.49
Hex74A2DA2F1A0Fd53a41
Octal164242332573201732572101
Binary111010010100010110110101011111101001111110101011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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