Html Css Color HEX #74ADF5 Jordy Blue

📋 copy color: '#74ADF5'

red 116 ◦ green 173 ◦ blue 245

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

Shades of Jordy Blue #74ADF5

Tints of Jordy Blue #74ADF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 45.88%

R = 21.72%
G = 32.4%
B = 45.88%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#74ADF5 (or 0x74ADF5) is known color: Jordy Blue. HEX triplet: 74, AD and F5. RGB value is (116,173,245). Sum of RGB (Red+Green+Blue) = 116+173+245=534 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.72% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 245 (96.09% from 255 or 45.88% from 534); Max value from RGB is 245 - color contains mainly: blue. Hex color #74ADF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74ADF5 is #8B520A. Grayscale: #A3A3A3. Windows color (decimal): -9130507 or 16100724. OLE color: 16100724.

HSL color Cylindrical-coordinate representation of color #74ADF5: hue angle of 213.49º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74ADF5 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 173 245 -
CMYK 0.53 0.29 0 0.04
HSL 213.49º 0.87% 0.71% -
HSV(B) 213.49º 0.53% 0.96% -
XYZ 38.63 40.19 92.11 -
YUV 164.17 173.62 93.65 -
System Red Green Blue C M Y K H S L
Decimal 116 173 245 0.53 0.29 0 0.04 213.49 0.87 0.71
Hex 74 AD F5 35 1D 0 4 D5 57 47
Octal 164 255 365 65 35 0 4 325 127 107
Binary 1110100 10101101 11110101 110101 11101 0 100 11010101 1010111 1000111

Color Harmonies of #74ADF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ADF5

Black with #74ADF5

Text Example


Text Example

White with #74ADF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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