Html Css Color HEX #749DDF Jordy Blue

📋 copy color: '#749DDF'

red 116 ◦ green 157 ◦ blue 223

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

Shades of Jordy Blue #749DDF

Tints of Jordy Blue #749DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 23.39%
G = 31.65%
B = 44.96%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#749DDF (or 0x749DDF) is known color: Jordy Blue. HEX triplet: 74, 9D and DF. RGB value is (116,157,223). Sum of RGB (Red+Green+Blue) = 116+157+223=496 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.39% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #749DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749DDF is #8B6220. Grayscale: #979797. Windows color (decimal): -9134625 or 14654836. OLE color: 14654836.

HSL color Cylindrical-coordinate representation of color #749DDF: hue angle of 217.01º degrees, saturation: 0.63, 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 #749DDF is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 157 223 -
CMYK 0.48 0.30 0 0.13
HSL 217.01º 0.63% 0.66% -
HSV(B) 217.01º 0.48% 0.87% -
XYZ 32.58 33.15 74.49 -
YUV 152.27 167.92 102.13 -
System Red Green Blue C M Y K H S L
Decimal 116 157 223 0.48 0.30 0 0.13 217.01 0.63 0.66
Hex 74 9D DF 30 1E 0 D D9 3F 42
Octal 164 235 337 60 36 0 15 331 77 102
Binary 1110100 10011101 11011111 110000 11110 0 1101 11011001 111111 1000010

Color Harmonies of #749DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749DDF

Black with #749DDF

Text Example


Text Example

White with #749DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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