#74A3EE

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

Shades of Jordy Blue #74A3EE

Tints of Jordy Blue #74A3EE

Color information

#74A3EE (or 0x74A3EE) is unknown color: approx Jordy Blue. HEX triplet: 74, A3 and EE. RGB value is (116,163,238). Sum of RGB (Red+Green+Blue) = 116+163+238=517 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.44% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #74A3EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A3EE is #8B5C11. Grayscale: #9D9D9D. Windows color (decimal): -9133074 or 15639412. OLE color: 15639412.

HSL color Cylindrical-coordinate representation of color #74A3EE: hue angle of 216.89º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74A3EE is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB116163238-
CMYK0.510.3200.07
HSL216.89º78.21%69.41%-
HSV(B)216.89º51.26%93.33%-
XYZ35.7336.0885.97-
YUV157.5173.4398.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.44%
GREEN value IS 163 (64.06% from 255) = 31.53%
BLUE value IS 238 (93.36% from 255) = 46.03%
R=22.44%
G=31.53%
B=46.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1161632380.510.3200.07216.8978.2169.41
Hex74A3EE332007d94e45
Octal164243356634007331116105
Binary1110100101000111110111011001110000001111101100110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,163,238); }

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

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

 a { background-color: rgb(116,163,238); }

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

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

 span { border-color: rgb(116,163,238); }

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