Html Css Color HEX #74A8F6 Jordy Blue

📋 copy color: '#74A8F6'

red 116 ◦ green 168 ◦ blue 246

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

Shades of Jordy Blue #74A8F6

Tints of Jordy Blue #74A8F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.42%

R = 21.89%
G = 31.7%
B = 46.42%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#74A8F6 (or 0x74A8F6) is known color: Jordy Blue. HEX triplet: 74, A8 and F6. RGB value is (116,168,246). Sum of RGB (Red+Green+Blue) = 116+168+246=530 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.89% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #74A8F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A8F6 is #8B5709. Grayscale: #A0A0A0. Windows color (decimal): -9131786 or 16164980. OLE color: 16164980.

HSL color Cylindrical-coordinate representation of color #74A8F6: hue angle of 216º degrees, saturation: 0.88, 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 #74A8F6 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 168 246 -
CMYK 0.53 0.32 0 0.04
HSL 216º 0.88% 0.71% -
HSV(B) 216º 0.53% 0.96% -
XYZ 37.84 38.37 92.6 -
YUV 161.34 175.77 95.66 -
System Red Green Blue C M Y K H S L
Decimal 116 168 246 0.53 0.32 0 0.04 216 0.88 0.71
Hex 74 A8 F6 35 20 0 4 D8 58 47
Octal 164 250 366 65 40 0 4 330 130 107
Binary 1110100 10101000 11110110 110101 100000 0 100 11011000 1011000 1000111

Color Harmonies of #74A8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A8F6

Black with #74A8F6

Text Example


Text Example

White with #74A8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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