Html Css Color HEX #74A8F9 Jordy Blue

📋 copy color: '#74A8F9'

red 116 ◦ green 168 ◦ blue 249

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

Shades of Jordy Blue #74A8F9

Tints of Jordy Blue #74A8F9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.52%

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

R = 21.76%
G = 31.52%
B = 46.72%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#74A8F9 (or 0x74A8F9) is known color: Jordy Blue. HEX triplet: 74, A8 and F9. RGB value is (116,168,249). Sum of RGB (Red+Green+Blue) = 116+168+249=533 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.76% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 249 (97.66% from 255 or 46.72% from 533); Max value from RGB is 249 - color contains mainly: blue. Hex color #74A8F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A8F9 is #8B5706. Grayscale: #A1A1A1. Windows color (decimal): -9131783 or 16361588. OLE color: 16361588.

HSL color Cylindrical-coordinate representation of color #74A8F9: hue angle of 216.54º 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 #74A8F9 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 168 249 -
CMYK 0.53 0.33 0 0.02
HSL 216.54º 0.92% 0.72% -
HSV(B) 216.54º 0.53% 0.98% -
XYZ 38.3 38.56 95.05 -
YUV 161.69 177.27 95.41 -
System Red Green Blue C M Y K H S L
Decimal 116 168 249 0.53 0.33 0 0.02 216.54 0.92 0.72
Hex 74 A8 F9 35 21 0 2 D9 5C 48
Octal 164 250 371 65 41 0 2 331 134 110
Binary 1110100 10101000 11111001 110101 100001 0 10 11011001 1011100 1001000

Color Harmonies of #74A8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A8F9

Black with #74A8F9

Text Example


Text Example

White with #74A8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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