Html Css Color HEX #74ADF4 Jordy Blue

📋 copy color: '#74ADF4'

red 116 ◦ green 173 ◦ blue 244

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

Shades of Jordy Blue #74ADF4

Tints of Jordy Blue #74ADF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 45.78%

R = 21.76%
G = 32.46%
B = 45.78%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#74ADF4 (or 0x74ADF4) is known color: Jordy Blue. HEX triplet: 74, AD and F4. RGB value is (116,173,244). Sum of RGB (Red+Green+Blue) = 116+173+244=533 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.76% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 244 (95.70% from 255 or 45.78% from 533); Max value from RGB is 244 - color contains mainly: blue. Hex color #74ADF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74ADF4 is #8B520B. Grayscale: #A3A3A3. Windows color (decimal): -9130508 or 16035188. OLE color: 16035188.

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

Color convert

RGB 116 173 244 -
CMYK 0.52 0.29 0 0.04
HSL 213.28º 0.85% 0.71% -
HSV(B) 213.28º 0.52% 0.96% -
XYZ 38.48 40.13 91.31 -
YUV 164.05 173.12 93.73 -
System Red Green Blue C M Y K H S L
Decimal 116 173 244 0.52 0.29 0 0.04 213.28 0.85 0.71
Hex 74 AD F4 34 1D 0 4 D5 55 47
Octal 164 255 364 64 35 0 4 325 125 107
Binary 1110100 10101101 11110100 110100 11101 0 100 11010101 1010101 1000111

Color Harmonies of #74ADF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ADF4

Black with #74ADF4

Text Example


Text Example

White with #74ADF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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