Html Css Color HEX #74A9F9 Jordy Blue

📋 copy color: '#74A9F9'

red 116 ◦ green 169 ◦ blue 249

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

Shades of Jordy Blue #74A9F9

Tints of Jordy Blue #74A9F9

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.65%

 BLUE value IS 249 (97.66% from 255) = 46.63%

R = 21.72%
G = 31.65%
B = 46.63%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#74A9F9 (or 0x74A9F9) is known color: Jordy Blue. HEX triplet: 74, A9 and F9. RGB value is (116,169,249). Sum of RGB (Red+Green+Blue) = 116+169+249=534 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.72% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 249 (97.66% from 255 or 46.63% from 534); Max value from RGB is 249 - color contains mainly: blue. Hex color #74A9F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A9F9 is #8B5606. Grayscale: #A1A1A1. Windows color (decimal): -9131527 or 16361844. OLE color: 16361844.

HSL color Cylindrical-coordinate representation of color #74A9F9: hue angle of 216.09º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74A9F9 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 169 249 -
CMYK 0.53 0.32 0 0.02
HSL 216.09º 0.92% 0.72% -
HSV(B) 216.09º 0.53% 0.98% -
XYZ 38.49 38.93 95.11 -
YUV 162.27 176.94 95 -
System Red Green Blue C M Y K H S L
Decimal 116 169 249 0.53 0.32 0 0.02 216.09 0.92 0.72
Hex 74 A9 F9 35 20 0 2 D8 5C 48
Octal 164 251 371 65 40 0 2 330 134 110
Binary 1110100 10101001 11111001 110101 100000 0 10 11011000 1011100 1001000

Color Harmonies of #74A9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A9F9

Black with #74A9F9

Text Example


Text Example

White with #74A9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,169,249); }

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

background-color css

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

 a { background-color: rgb(116,169,249); }

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

border-color css

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

 span { border-color: rgb(116,169,249); }

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