Html Css Color HEX #74AADD Jordy Blue

📋 copy color: '#74AADD'

red 116 ◦ green 170 ◦ blue 221

#74AADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #74AADD

Tints of Jordy Blue #74AADD

RGB

 RED value IS 116 (45.7% from 255) = 22.88%

 GREEN value IS 170 (66.8% from 255) = 33.53%

 BLUE value IS 221 (86.72% from 255) = 43.59%

R = 22.88%
G = 33.53%
B = 43.59%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#74AADD (or 0x74AADD) is known color: Jordy Blue. HEX triplet: 74, AA and DD. RGB value is (116,170,221). Sum of RGB (Red+Green+Blue) = 116+170+221=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #74AADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AADD is #8B5522. Grayscale: #9F9F9F. Windows color (decimal): -9131299 or 14527092. OLE color: 14527092.

HSL color Cylindrical-coordinate representation of color #74AADD: hue angle of 209.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74AADD is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 170 221 -
CMYK 0.48 0.23 0 0.13
HSL 209.14º 0.61% 0.66% -
HSV(B) 209.14º 0.48% 0.87% -
XYZ 34.63 37.68 73.86 -
YUV 159.67 162.61 96.85 -
System Red Green Blue C M Y K H S L
Decimal 116 170 221 0.48 0.23 0 0.13 209.14 0.61 0.66
Hex 74 AA DD 30 17 0 D D1 3D 42
Octal 164 252 335 60 27 0 15 321 75 102
Binary 1110100 10101010 11011101 110000 10111 0 1101 11010001 111101 1000010

Color Harmonies of #74AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AADD

Black with #74AADD

Text Example


Text Example

White with #74AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,170,221); }

 H1.HeaderClassName
 {
   color: #74AADD;
 }
 .AnyTagClassName
 {
   color: #74AADD;
 }
</style>

background-color css

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

 a { background-color: rgb(116,170,221); }

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

border-color css

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

 span { border-color: rgb(116,170,221); }

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