Html Css Color HEX #759BD8 Jordy Blue

📋 copy color: '#759BD8'

red 117 ◦ green 155 ◦ blue 216

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

Shades of Jordy Blue #759BD8

Tints of Jordy Blue #759BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.26%

R = 23.98%
G = 31.76%
B = 44.26%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#759BD8 (or 0x759BD8) is known color: Jordy Blue. HEX triplet: 75, 9B and D8. RGB value is (117,155,216). Sum of RGB (Red+Green+Blue) = 117+155+216=488 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.98% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #759BD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BD8 is #8A6427. Grayscale: #969696. Windows color (decimal): -9069608 or 14195573. OLE color: 14195573.

HSL color Cylindrical-coordinate representation of color #759BD8: hue angle of 216.97º degrees, saturation: 0.56, 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 #759BD8 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 155 216 -
CMYK 0.46 0.28 0 0.15
HSL 216.97º 0.56% 0.65% -
HSV(B) 216.97º 0.46% 0.85% -
XYZ 31.45 32.18 69.52 -
YUV 150.59 164.91 104.04 -
System Red Green Blue C M Y K H S L
Decimal 117 155 216 0.46 0.28 0 0.15 216.97 0.56 0.65
Hex 75 9B D8 2E 1C 0 F D9 38 41
Octal 165 233 330 56 34 0 17 331 70 101
Binary 1110101 10011011 11011000 101110 11100 0 1111 11011001 111000 1000001

Color Harmonies of #759BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759BD8

Black with #759BD8

Text Example


Text Example

White with #759BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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