#74A7DD

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

Shades of Jordy Blue #74A7DD

Tints of Jordy Blue #74A7DD

Color information

#74A7DD (or 0x74A7DD) is unknown color: approx Jordy Blue. HEX triplet: 74, A7 and DD. RGB value is (116,167,221). Sum of RGB (Red+Green+Blue) = 116+167+221=504 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.02% from 504); Green value is 167 (65.62% from 255 or 33.13% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #74A7DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A7DD is #8B5822. Grayscale: #9D9D9D. Windows color (decimal): -9132067 or 14526324. OLE color: 14526324.

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

Color convert

RGB116167221-
CMYK0.480.2400.13
HSL210.86º60.69%66.08%-
HSV(B)210.86º47.51%86.67%-
XYZ34.0736.5773.67-
YUV157.91163.698.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.02%
GREEN value IS 167 (65.62% from 255) = 33.13%
BLUE value IS 221 (86.72% from 255) = 43.85%
R=23.02%
G=33.13%
B=43.85%

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
Decimal1161672210.480.2400.13210.8660.6966.08
Hex74A7DD30180Dd33d42
Octal164247335603001532375102
Binary111010010100111110111011100001100001101110100111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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