Html Css Color HEX #759DDB Jordy Blue

📋 copy color: '#759DDB'

red 117 ◦ green 157 ◦ blue 219

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

Shades of Jordy Blue #759DDB

Tints of Jordy Blue #759DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.85%

 BLUE value IS 219 (85.94% from 255) = 44.42%

R = 23.73%
G = 31.85%
B = 44.42%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#759DDB (or 0x759DDB) is known color: Jordy Blue. HEX triplet: 75, 9D and DB. RGB value is (117,157,219). Sum of RGB (Red+Green+Blue) = 117+157+219=493 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.73% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #759DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759DDB is #8A6224. Grayscale: #979797. Windows color (decimal): -9069093 or 14392693. OLE color: 14392693.

HSL color Cylindrical-coordinate representation of color #759DDB: hue angle of 216.47º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #759DDB is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 157 219 -
CMYK 0.47 0.28 0 0.14
HSL 216.47º 0.59% 0.66% -
HSV(B) 216.47º 0.47% 0.86% -
XYZ 32.18 33.01 71.69 -
YUV 152.11 165.75 102.96 -
System Red Green Blue C M Y K H S L
Decimal 117 157 219 0.47 0.28 0 0.14 216.47 0.59 0.66
Hex 75 9D DB 2F 1C 0 E D8 3B 42
Octal 165 235 333 57 34 0 16 330 73 102
Binary 1110101 10011101 11011011 101111 11100 0 1110 11011000 111011 1000010

Color Harmonies of #759DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759DDB

Black with #759DDB

Text Example


Text Example

White with #759DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,157,219); }

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

background-color css

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

 a { background-color: rgb(117,157,219); }

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

border-color css

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

 span { border-color: rgb(117,157,219); }

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