Html Css Color HEX #759EDB Jordy Blue

📋 copy color: '#759EDB'

red 117 ◦ green 158 ◦ blue 219

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

Shades of Jordy Blue #759EDB

Tints of Jordy Blue #759EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.98%

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

R = 23.68%
G = 31.98%
B = 44.33%

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

#759EDB (or 0x759EDB) is known color: Jordy Blue. HEX triplet: 75, 9E and DB. RGB value is (117,158,219). Sum of RGB (Red+Green+Blue) = 117+158+219=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #759EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759EDB is #8A6124. Grayscale: #989898. Windows color (decimal): -9068837 or 14392949. OLE color: 14392949.

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

Color convert

RGB 117 158 219 -
CMYK 0.47 0.28 0 0.14
HSL 215.88º 0.59% 0.66% -
HSV(B) 215.88º 0.47% 0.86% -
XYZ 32.35 33.35 71.75 -
YUV 152.7 165.42 102.54 -
System Red Green Blue C M Y K H S L
Decimal 117 158 219 0.47 0.28 0 0.14 215.88 0.59 0.66
Hex 75 9E DB 2F 1C 0 E D8 3B 42
Octal 165 236 333 57 34 0 16 330 73 102
Binary 1110101 10011110 11011011 101111 11100 0 1110 11011000 111011 1000010

Color Harmonies of #759EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759EDB

Black with #759EDB

Text Example


Text Example

White with #759EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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