Html Css Color HEX #759BDD Jordy Blue

📋 copy color: '#759BDD'

red 117 ◦ green 155 ◦ blue 221

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

Shades of Jordy Blue #759BDD

Tints of Jordy Blue #759BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.83%

R = 23.73%
G = 31.44%
B = 44.83%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#759BDD (or 0x759BDD) is known color: Jordy Blue. HEX triplet: 75, 9B and DD. RGB value is (117,155,221). Sum of RGB (Red+Green+Blue) = 117+155+221=493 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.73% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #759BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BDD is #8A6422. Grayscale: #969696. Windows color (decimal): -9069603 or 14523253. OLE color: 14523253.

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

Color convert

RGB 117 155 221 -
CMYK 0.47 0.30 0 0.13
HSL 218.08º 0.6% 0.66% -
HSV(B) 218.08º 0.47% 0.87% -
XYZ 32.11 32.45 72.98 -
YUV 151.16 167.41 103.63 -
System Red Green Blue C M Y K H S L
Decimal 117 155 221 0.47 0.30 0 0.13 218.08 0.6 0.66
Hex 75 9B DD 2F 1E 0 D DA 3C 42
Octal 165 233 335 57 36 0 15 332 74 102
Binary 1110101 10011011 11011101 101111 11110 0 1101 11011010 111100 1000010

Color Harmonies of #759BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759BDD

Black with #759BDD

Text Example


Text Example

White with #759BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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