Html Css Color HEX #749AD8 Jordy Blue

📋 copy color: '#749AD8'

red 116 ◦ green 154 ◦ blue 216

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

Shades of Jordy Blue #749AD8

Tints of Jordy Blue #749AD8

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.69%

 BLUE value IS 216 (84.77% from 255) = 44.44%

R = 23.87%
G = 31.69%
B = 44.44%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#749AD8 (or 0x749AD8) is known color: Jordy Blue. HEX triplet: 74, 9A and D8. RGB value is (116,154,216). Sum of RGB (Red+Green+Blue) = 116+154+216=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 216 - color contains mainly: blue. Hex color #749AD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749AD8 is #8B6527. Grayscale: #959595. Windows color (decimal): -9135400 or 14195316. OLE color: 14195316.

HSL color Cylindrical-coordinate representation of color #749AD8: hue angle of 217.2º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #749AD8 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 154 216 -
CMYK 0.46 0.29 0 0.15
HSL 217.2º 0.56% 0.65% -
HSV(B) 217.2º 0.46% 0.85% -
XYZ 31.15 31.78 69.46 -
YUV 149.71 165.41 103.96 -
System Red Green Blue C M Y K H S L
Decimal 116 154 216 0.46 0.29 0 0.15 217.2 0.56 0.65
Hex 74 9A D8 2E 1D 0 F D9 38 41
Octal 164 232 330 56 35 0 17 331 70 101
Binary 1110100 10011010 11011000 101110 11101 0 1111 11011001 111000 1000001

Color Harmonies of #749AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749AD8

Black with #749AD8

Text Example


Text Example

White with #749AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749AD8; }

 p { color: rgb(116,154,216); }

 H1.HeaderClassName
 {
   color: #749AD8;
 }
 .AnyTagClassName
 {
   color: #749AD8;
 }
</style>

background-color css

<style>
 a { background-color: #749AD8; }

 a { background-color: rgb(116,154,216); }

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

border-color css

<style>
 span { border-color: #749AD8; }

 span { border-color: rgb(116,154,216); }

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