#74A5EA

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

Shades of Jordy Blue #74A5EA

Tints of Jordy Blue #74A5EA

Color information

#74A5EA (or 0x74A5EA) is unknown color: approx Jordy Blue. HEX triplet: 74, A5 and EA. RGB value is (116,165,234). Sum of RGB (Red+Green+Blue) = 116+165+234=515 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.52% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #74A5EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A5EA is #8B5A15. Grayscale: #9D9D9D. Windows color (decimal): -9132566 or 15377780. OLE color: 15377780.

HSL color Cylindrical-coordinate representation of color #74A5EA: hue angle of 215.08º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74A5EA is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB116165234-
CMYK0.500.2900.08
HSL215.08º73.75%68.63%-
HSV(B)215.08º50.43%91.76%-
XYZ35.5136.5683.03-
YUV158.21170.7797.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.52%
GREEN value IS 165 (64.84% from 255) = 32.04%
BLUE value IS 234 (91.80% from 255) = 45.44%
R=22.52%
G=32.04%
B=45.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1161652340.500.2900.08215.0873.7568.63
Hex74A5EA321D08d74a45
Octal1642453526235010327112105
Binary1110100101001011110101011001011101010001101011110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,165,234); }

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

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

 a { background-color: rgb(116,165,234); }

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

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

 span { border-color: rgb(116,165,234); }

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