#74A7EB

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

Shades of Jordy Blue #74A7EB

Tints of Jordy Blue #74A7EB

Color information

#74A7EB (or 0x74A7EB) is unknown color: approx Jordy Blue. HEX triplet: 74, A7 and EB. RGB value is (116,167,235). Sum of RGB (Red+Green+Blue) = 116+167+235=518 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.39% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #74A7EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A7EB is #8B5814. Grayscale: #9F9F9F. Windows color (decimal): -9132053 or 15443828. OLE color: 15443828.

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

Color convert

RGB116167235-
CMYK0.510.2900.08
HSL214.29º74.84%68.82%-
HSV(B)214.29º50.64%92.16%-
XYZ36.0237.3583.91-
YUV159.5170.696.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.39%
GREEN value IS 167 (65.62% from 255) = 32.24%
BLUE value IS 235 (92.19% from 255) = 45.37%
R=22.39%
G=32.24%
B=45.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1161672350.510.2900.08214.2974.8468.82
Hex74A7EB331D08d64b45
Octal1642473536335010326113105
Binary1110100101001111110101111001111101010001101011010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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