Html Css Color HEX #759BD6 Jordy Blue

📋 copy color: '#759BD6'

red 117 ◦ green 155 ◦ blue 214

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

Shades of Jordy Blue #759BD6

Tints of Jordy Blue #759BD6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.89%

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

R = 24.07%
G = 31.89%
B = 44.03%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#759BD6 (or 0x759BD6) is known color: Jordy Blue. HEX triplet: 75, 9B and D6. RGB value is (117,155,214). Sum of RGB (Red+Green+Blue) = 117+155+214=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #759BD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BD6 is #8A6429. Grayscale: #969696. Windows color (decimal): -9069610 or 14064501. OLE color: 14064501.

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

Color convert

RGB 117 155 214 -
CMYK 0.45 0.28 0 0.16
HSL 216.49º 0.54% 0.65% -
HSV(B) 216.49º 0.45% 0.84% -
XYZ 31.2 32.08 68.17 -
YUV 150.36 163.91 104.2 -
System Red Green Blue C M Y K H S L
Decimal 117 155 214 0.45 0.28 0 0.16 216.49 0.54 0.65
Hex 75 9B D6 2D 1C 0 10 D8 36 41
Octal 165 233 326 55 34 0 20 330 66 101
Binary 1110101 10011011 11010110 101101 11100 0 10000 11011000 110110 1000001

Color Harmonies of #759BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759BD6

Black with #759BD6

Text Example


Text Example

White with #759BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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