Html Css Color HEX #759BDB Jordy Blue

📋 copy color: '#759BDB'

red 117 ◦ green 155 ◦ blue 219

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

Shades of Jordy Blue #759BDB

Tints of Jordy Blue #759BDB

RGB

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

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

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

R = 23.83%
G = 31.57%
B = 44.6%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#759BDB (or 0x759BDB) is known color: Jordy Blue. HEX triplet: 75, 9B and DB. RGB value is (117,155,219). Sum of RGB (Red+Green+Blue) = 117+155+219=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #759BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BDB is #8A6424. Grayscale: #969696. Windows color (decimal): -9069605 or 14392181. OLE color: 14392181.

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

Color convert

RGB 117 155 219 -
CMYK 0.47 0.29 0 0.14
HSL 217.65º 0.59% 0.66% -
HSV(B) 217.65º 0.47% 0.86% -
XYZ 31.84 32.34 71.58 -
YUV 150.93 166.41 103.8 -
System Red Green Blue C M Y K H S L
Decimal 117 155 219 0.47 0.29 0 0.14 217.65 0.59 0.66
Hex 75 9B DB 2F 1D 0 E DA 3B 42
Octal 165 233 333 57 35 0 16 332 73 102
Binary 1110101 10011011 11011011 101111 11101 0 1110 11011010 111011 1000010

Color Harmonies of #759BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759BDB

Black with #759BDB

Text Example


Text Example

White with #759BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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