Html Css Color HEX #759FDE Jordy Blue

📋 copy color: '#759FDE'

red 117 ◦ green 159 ◦ blue 222

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

Shades of Jordy Blue #759FDE

Tints of Jordy Blue #759FDE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.93%

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

R = 23.49%
G = 31.93%
B = 44.58%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#759FDE (or 0x759FDE) is known color: Jordy Blue. HEX triplet: 75, 9F and DE. RGB value is (117,159,222). Sum of RGB (Red+Green+Blue) = 117+159+222=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #759FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759FDE is #8A6021. Grayscale: #999999. Windows color (decimal): -9068578 or 14589813. OLE color: 14589813.

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

Color convert

RGB 117 159 222 -
CMYK 0.47 0.28 0 0.13
HSL 216º 0.61% 0.66% -
HSV(B) 216º 0.47% 0.87% -
XYZ 32.92 33.85 73.91 -
YUV 153.62 166.59 101.88 -
System Red Green Blue C M Y K H S L
Decimal 117 159 222 0.47 0.28 0 0.13 216 0.61 0.66
Hex 75 9F DE 2F 1C 0 D D8 3D 42
Octal 165 237 336 57 34 0 15 330 75 102
Binary 1110101 10011111 11011110 101111 11100 0 1101 11011000 111101 1000010

Color Harmonies of #759FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759FDE

Black with #759FDE

Text Example


Text Example

White with #759FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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