Html Css Color HEX #74ADF7 Jordy Blue

📋 copy color: '#74ADF7'

red 116 ◦ green 173 ◦ blue 247

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

Shades of Jordy Blue #74ADF7

Tints of Jordy Blue #74ADF7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.28%

 BLUE value IS 247 (96.88% from 255) = 46.08%

R = 21.64%
G = 32.28%
B = 46.08%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#74ADF7 (or 0x74ADF7) is known color: Jordy Blue. HEX triplet: 74, AD and F7. RGB value is (116,173,247). Sum of RGB (Red+Green+Blue) = 116+173+247=536 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.64% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 247 (96.88% from 255 or 46.08% from 536); Max value from RGB is 247 - color contains mainly: blue. Hex color #74ADF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74ADF7 is #8B5208. Grayscale: #A4A4A4. Windows color (decimal): -9130505 or 16231796. OLE color: 16231796.

HSL color Cylindrical-coordinate representation of color #74ADF7: hue angle of 213.89º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74ADF7 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 116 173 247 -
CMYK 0.53 0.30 0 0.03
HSL 213.89º 0.89% 0.71% -
HSV(B) 213.89º 0.53% 0.97% -
XYZ 38.93 40.32 93.73 -
YUV 164.39 174.62 93.48 -
System Red Green Blue C M Y K H S L
Decimal 116 173 247 0.53 0.30 0 0.03 213.89 0.89 0.71
Hex 74 AD F7 35 1E 0 3 D6 59 47
Octal 164 255 367 65 36 0 3 326 131 107
Binary 1110100 10101101 11110111 110101 11110 0 11 11010110 1011001 1000111

Color Harmonies of #74ADF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ADF7

Black with #74ADF7

Text Example


Text Example

White with #74ADF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,173,247); }

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

background-color css

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

 a { background-color: rgb(116,173,247); }

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

border-color css

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

 span { border-color: rgb(116,173,247); }

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