Html Css Color HEX #74AAEE Jordy Blue

📋 copy color: '#74AAEE'

red 116 ◦ green 170 ◦ blue 238

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

Shades of Jordy Blue #74AAEE

Tints of Jordy Blue #74AAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.42%

R = 22.14%
G = 32.44%
B = 45.42%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#74AAEE (or 0x74AAEE) is known color: Jordy Blue. HEX triplet: 74, AA and EE. RGB value is (116,170,238). Sum of RGB (Red+Green+Blue) = 116+170+238=524 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.14% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #74AAEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74AAEE is #8B5511. Grayscale: #A1A1A1. Windows color (decimal): -9131282 or 15641204. OLE color: 15641204.

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

Color convert

RGB 116 170 238 -
CMYK 0.51 0.29 0 0.07
HSL 213.44º 0.78% 0.69% -
HSV(B) 213.44º 0.51% 0.93% -
XYZ 37.01 38.64 86.4 -
YUV 161.61 171.11 95.47 -
System Red Green Blue C M Y K H S L
Decimal 116 170 238 0.51 0.29 0 0.07 213.44 0.78 0.69
Hex 74 AA EE 33 1D 0 7 D5 4E 45
Octal 164 252 356 63 35 0 7 325 116 105
Binary 1110100 10101010 11101110 110011 11101 0 111 11010101 1001110 1000101

Color Harmonies of #74AAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AAEE

Black with #74AAEE

Text Example


Text Example

White with #74AAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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