Html Css Color HEX #759DD5 Jordy Blue

📋 copy color: '#759DD5'

red 117 ◦ green 157 ◦ blue 213

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

Shades of Jordy Blue #759DD5

Tints of Jordy Blue #759DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.74%

R = 24.02%
G = 32.24%
B = 43.74%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#759DD5 (or 0x759DD5) is known color: Jordy Blue. HEX triplet: 75, 9D and D5. RGB value is (117,157,213). Sum of RGB (Red+Green+Blue) = 117+157+213=487 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.02% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #759DD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759DD5 is #8A622A. Grayscale: #979797. Windows color (decimal): -9069099 or 13999477. OLE color: 13999477.

HSL color Cylindrical-coordinate representation of color #759DD5: hue angle of 215º degrees, saturation: 0.53, 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 #759DD5 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 157 213 -
CMYK 0.45 0.26 0 0.16
HSL 215º 0.53% 0.65% -
HSV(B) 215º 0.45% 0.84% -
XYZ 31.4 32.7 67.61 -
YUV 151.42 162.75 103.45 -
System Red Green Blue C M Y K H S L
Decimal 117 157 213 0.45 0.26 0 0.16 215 0.53 0.65
Hex 75 9D D5 2D 1A 0 10 D7 35 41
Octal 165 235 325 55 32 0 20 327 65 101
Binary 1110101 10011101 11010101 101101 11010 0 10000 11010111 110101 1000001

Color Harmonies of #759DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759DD5

Black with #759DD5

Text Example


Text Example

White with #759DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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