Html Css Color HEX #759BDE Jordy Blue

📋 copy color: '#759BDE'

red 117 ◦ green 155 ◦ blue 222

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

Shades of Jordy Blue #759BDE

Tints of Jordy Blue #759BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.94%

R = 23.68%
G = 31.38%
B = 44.94%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#759BDE (or 0x759BDE) is known color: Jordy Blue. HEX triplet: 75, 9B and DE. RGB value is (117,155,222). Sum of RGB (Red+Green+Blue) = 117+155+222=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #759BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BDE is #8A6421. Grayscale: #969696. Windows color (decimal): -9069602 or 14588789. OLE color: 14588789.

HSL color Cylindrical-coordinate representation of color #759BDE: hue angle of 218.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #759BDE is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 155 222 -
CMYK 0.47 0.30 0 0.13
HSL 218.29º 0.61% 0.66% -
HSV(B) 218.29º 0.47% 0.87% -
XYZ 32.24 32.5 73.68 -
YUV 151.28 167.91 103.55 -
System Red Green Blue C M Y K H S L
Decimal 117 155 222 0.47 0.30 0 0.13 218.29 0.61 0.66
Hex 75 9B DE 2F 1E 0 D DA 3D 42
Octal 165 233 336 57 36 0 15 332 75 102
Binary 1110101 10011011 11011110 101111 11110 0 1101 11011010 111101 1000010

Color Harmonies of #759BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759BDE

Black with #759BDE

Text Example


Text Example

White with #759BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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