#74A7EA

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

Shades of Jordy Blue #74A7EA

Tints of Jordy Blue #74A7EA

Color information

#74A7EA (or 0x74A7EA) is unknown color: approx Jordy Blue. HEX triplet: 74, A7 and EA. RGB value is (116,167,234). Sum of RGB (Red+Green+Blue) = 116+167+234=517 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.44% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #74A7EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A7EA is #8B5815. Grayscale: #9F9F9F. Windows color (decimal): -9132054 or 15378292. OLE color: 15378292.

HSL color Cylindrical-coordinate representation of color #74A7EA: hue angle of 214.07º 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 #74A7EA is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB116167234-
CMYK0.500.2900.08
HSL214.07º73.75%68.63%-
HSV(B)214.07º50.43%91.76%-
XYZ35.8737.2983.15-
YUV159.39170.197.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.44%
GREEN value IS 167 (65.62% from 255) = 32.30%
BLUE value IS 234 (91.80% from 255) = 45.26%
R=22.44%
G=32.30%
B=45.26%

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
Decimal1161672340.500.2900.08214.0773.7568.63
Hex74A7EA321D08d64a45
Octal1642473526235010326112105
Binary1110100101001111110101011001011101010001101011010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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