Html Css Color HEX #759DD6 Jordy Blue

📋 copy color: '#759DD6'

red 117 ◦ green 157 ◦ blue 214

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

Shades of Jordy Blue #759DD6

Tints of Jordy Blue #759DD6

RGB

 RED value IS 117 (46.09% from 255) = 23.98%

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

 BLUE value IS 214 (83.98% from 255) = 43.85%

R = 23.98%
G = 32.17%
B = 43.85%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#759DD6 (or 0x759DD6) is known color: Jordy Blue. HEX triplet: 75, 9D and D6. RGB value is (117,157,214). Sum of RGB (Red+Green+Blue) = 117+157+214=488 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.98% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #759DD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759DD6 is #8A6229. Grayscale: #979797. Windows color (decimal): -9069098 or 14065013. OLE color: 14065013.

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

Color convert

RGB 117 157 214 -
CMYK 0.45 0.27 0 0.16
HSL 215.26º 0.54% 0.65% -
HSV(B) 215.26º 0.45% 0.84% -
XYZ 31.53 32.75 68.28 -
YUV 151.54 163.25 103.37 -
System Red Green Blue C M Y K H S L
Decimal 117 157 214 0.45 0.27 0 0.16 215.26 0.54 0.65
Hex 75 9D D6 2D 1B 0 10 D7 36 41
Octal 165 235 326 55 33 0 20 327 66 101
Binary 1110101 10011101 11010110 101101 11011 0 10000 11010111 110110 1000001

Color Harmonies of #759DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759DD6

Black with #759DD6

Text Example


Text Example

White with #759DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759DD6; }

 p { color: rgb(117,157,214); }

 H1.HeaderClassName
 {
   color: #759DD6;
 }
 .AnyTagClassName
 {
   color: #759DD6;
 }
</style>

background-color css

<style>
 a { background-color: #759DD6; }

 a { background-color: rgb(117,157,214); }

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

border-color css

<style>
 span { border-color: #759DD6; }

 span { border-color: rgb(117,157,214); }

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