Html Css Color HEX #759FD0 Jordy Blue

📋 copy color: '#759FD0'

red 117 ◦ green 159 ◦ blue 208

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

Shades of Jordy Blue #759FD0

Tints of Jordy Blue #759FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.98%

R = 24.17%
G = 32.85%
B = 42.98%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#759FD0 (or 0x759FD0) is known color: Jordy Blue. HEX triplet: 75, 9F and D0. RGB value is (117,159,208). Sum of RGB (Red+Green+Blue) = 117+159+208=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #759FD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759FD0 is #8A602F. Grayscale: #979797. Windows color (decimal): -9068592 or 13672309. OLE color: 13672309.

HSL color Cylindrical-coordinate representation of color #759FD0: hue angle of 212.31º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #759FD0 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 159 208 -
CMYK 0.44 0.24 0 0.18
HSL 212.31º 0.49% 0.64% -
HSV(B) 212.31º 0.44% 0.82% -
XYZ 31.12 33.13 64.43 -
YUV 152.03 159.59 103.02 -
System Red Green Blue C M Y K H S L
Decimal 117 159 208 0.44 0.24 0 0.18 212.31 0.49 0.64
Hex 75 9F D0 2C 18 0 12 D4 31 40
Octal 165 237 320 54 30 0 22 324 61 100
Binary 1110101 10011111 11010000 101100 11000 0 10010 11010100 110001 1000000

Color Harmonies of #759FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759FD0

Black with #759FD0

Text Example


Text Example

White with #759FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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