Html Css Color HEX #749BD8 Jordy Blue

📋 copy color: '#749BD8'

red 116 ◦ green 155 ◦ blue 216

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

Shades of Jordy Blue #749BD8

Tints of Jordy Blue #749BD8

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.83%

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

R = 23.82%
G = 31.83%
B = 44.35%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#749BD8 (or 0x749BD8) is known color: Jordy Blue. HEX triplet: 74, 9B and D8. RGB value is (116,155,216). Sum of RGB (Red+Green+Blue) = 116+155+216=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 216 - color contains mainly: blue. Hex color #749BD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749BD8 is #8B6427. Grayscale: #969696. Windows color (decimal): -9135144 or 14195572. OLE color: 14195572.

HSL color Cylindrical-coordinate representation of color #749BD8: hue angle of 216.6º 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 #749BD8 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 155 216 -
CMYK 0.46 0.28 0 0.15
HSL 216.6º 0.56% 0.65% -
HSV(B) 216.6º 0.46% 0.85% -
XYZ 31.32 32.11 69.51 -
YUV 150.29 165.08 103.54 -
System Red Green Blue C M Y K H S L
Decimal 116 155 216 0.46 0.28 0 0.15 216.6 0.56 0.65
Hex 74 9B D8 2E 1C 0 F D9 38 41
Octal 164 233 330 56 34 0 17 331 70 101
Binary 1110100 10011011 11011000 101110 11100 0 1111 11011001 111000 1000001

Color Harmonies of #749BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749BD8

Black with #749BD8

Text Example


Text Example

White with #749BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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