Html Css Color HEX #749DD7 Jordy Blue

📋 copy color: '#749DD7'

red 116 ◦ green 157 ◦ blue 215

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

Shades of Jordy Blue #749DD7

Tints of Jordy Blue #749DD7

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.17%

 BLUE value IS 215 (84.38% from 255) = 44.06%

R = 23.77%
G = 32.17%
B = 44.06%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#749DD7 (or 0x749DD7) is known color: Jordy Blue. HEX triplet: 74, 9D and D7. RGB value is (116,157,215). Sum of RGB (Red+Green+Blue) = 116+157+215=488 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.77% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 215 - color contains mainly: blue. Hex color #749DD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749DD7 is #8B6228. Grayscale: #979797. Windows color (decimal): -9134633 or 14130548. OLE color: 14130548.

HSL color Cylindrical-coordinate representation of color #749DD7: hue angle of 215.15º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #749DD7 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 157 215 -
CMYK 0.46 0.27 0 0.16
HSL 215.15º 0.55% 0.65% -
HSV(B) 215.15º 0.46% 0.84% -
XYZ 31.53 32.73 68.95 -
YUV 151.35 163.92 102.78 -
System Red Green Blue C M Y K H S L
Decimal 116 157 215 0.46 0.27 0 0.16 215.15 0.55 0.65
Hex 74 9D D7 2E 1B 0 10 D7 37 41
Octal 164 235 327 56 33 0 20 327 67 101
Binary 1110100 10011101 11010111 101110 11011 0 10000 11010111 110111 1000001

Color Harmonies of #749DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749DD7

Black with #749DD7

Text Example


Text Example

White with #749DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,157,215); }

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

background-color css

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

 a { background-color: rgb(116,157,215); }

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

border-color css

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

 span { border-color: rgb(116,157,215); }

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