Html Css Color HEX #749DDD Jordy Blue

📋 copy color: '#749DDD'

red 116 ◦ green 157 ◦ blue 221

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

Shades of Jordy Blue #749DDD

Tints of Jordy Blue #749DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 23.48%
G = 31.78%
B = 44.74%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#749DDD (or 0x749DDD) is known color: Jordy Blue. HEX triplet: 74, 9D and DD. RGB value is (116,157,221). Sum of RGB (Red+Green+Blue) = 116+157+221=494 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.48% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #749DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749DDD is #8B6222. Grayscale: #979797. Windows color (decimal): -9134627 or 14523764. OLE color: 14523764.

HSL color Cylindrical-coordinate representation of color #749DDD: hue angle of 216.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #749DDD is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 157 221 -
CMYK 0.48 0.29 0 0.13
HSL 216.57º 0.61% 0.66% -
HSV(B) 216.57º 0.48% 0.87% -
XYZ 32.31 33.05 73.08 -
YUV 152.04 166.92 102.3 -
System Red Green Blue C M Y K H S L
Decimal 116 157 221 0.48 0.29 0 0.13 216.57 0.61 0.66
Hex 74 9D DD 30 1D 0 D D9 3D 42
Octal 164 235 335 60 35 0 15 331 75 102
Binary 1110100 10011101 11011101 110000 11101 0 1101 11011001 111101 1000010

Color Harmonies of #749DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749DDD

Black with #749DDD

Text Example


Text Example

White with #749DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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