Html Css Color HEX #759BD9 Jordy Blue

📋 copy color: '#759BD9'

red 117 ◦ green 155 ◦ blue 217

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

Shades of Jordy Blue #759BD9

Tints of Jordy Blue #759BD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.38%

R = 23.93%
G = 31.7%
B = 44.38%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#759BD9 (or 0x759BD9) is known color: Jordy Blue. HEX triplet: 75, 9B and D9. RGB value is (117,155,217). Sum of RGB (Red+Green+Blue) = 117+155+217=489 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.93% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 217 (85.16% from 255 or 44.38% from 489); Max value from RGB is 217 - color contains mainly: blue. Hex color #759BD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BD9 is #8A6426. Grayscale: #969696. Windows color (decimal): -9069607 or 14261109. OLE color: 14261109.

HSL color Cylindrical-coordinate representation of color #759BD9: hue angle of 217.2º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #759BD9 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 155 217 -
CMYK 0.46 0.29 0 0.15
HSL 217.2º 0.57% 0.65% -
HSV(B) 217.2º 0.46% 0.85% -
XYZ 31.58 32.23 70.2 -
YUV 150.71 165.41 103.96 -
System Red Green Blue C M Y K H S L
Decimal 117 155 217 0.46 0.29 0 0.15 217.2 0.57 0.65
Hex 75 9B D9 2E 1D 0 F D9 39 41
Octal 165 233 331 56 35 0 17 331 71 101
Binary 1110101 10011011 11011001 101110 11101 0 1111 11011001 111001 1000001

Color Harmonies of #759BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759BD9

Black with #759BD9

Text Example


Text Example

White with #759BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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