#74AFE0

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

Shades of Jordy Blue #74AFE0

Tints of Jordy Blue #74AFE0

Color information

#74AFE0 (or 0x74AFE0) is unknown color: approx Jordy Blue. HEX triplet: 74, AF and E0. RGB value is (116,175,224). Sum of RGB (Red+Green+Blue) = 116+175+224=515 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.52% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #74AFE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AFE0 is #8B501F. Grayscale: #A2A2A2. Windows color (decimal): -9130016 or 14724980. OLE color: 14724980.

HSL color Cylindrical-coordinate representation of color #74AFE0: hue angle of 207.22º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74AFE0 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB116175224-
CMYK0.480.2200.12
HSL207.22º63.53%66.67%-
HSV(B)207.22º48.21%87.84%-
XYZ35.9939.7576.3-
YUV162.94162.4594.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.52%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 224 (87.89% from 255) = 43.50%
R=22.52%
G=33.98%
B=43.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1161752240.480.2200.12207.2263.5366.67
Hex74AFE030160Ccf4043
Octal1642573406026014317100103
Binary1110100101011111110000011000010110011001100111110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,175,224); }

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

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

 a { background-color: rgb(116,175,224); }

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

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

 span { border-color: rgb(116,175,224); }

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