Html Css Color HEX #759CD5 Jordy Blue

📋 copy color: '#759CD5'

red 117 ◦ green 156 ◦ blue 213

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

Shades of Jordy Blue #759CD5

Tints of Jordy Blue #759CD5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.1%

 BLUE value IS 213 (83.59% from 255) = 43.83%

R = 24.07%
G = 32.1%
B = 43.83%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#759CD5 (or 0x759CD5) is known color: Jordy Blue. HEX triplet: 75, 9C and D5. RGB value is (117,156,213). Sum of RGB (Red+Green+Blue) = 117+156+213=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #759CD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759CD5 is #8A632A. Grayscale: #969696. Windows color (decimal): -9069355 or 13999221. OLE color: 13999221.

HSL color Cylindrical-coordinate representation of color #759CD5: hue angle of 215.62º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #759CD5 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 156 213 -
CMYK 0.45 0.27 0 0.16
HSL 215.63º 0.53% 0.65% -
HSV(B) 215.63º 0.45% 0.84% -
XYZ 31.23 32.36 67.55 -
YUV 150.84 163.08 103.87 -
System Red Green Blue C M Y K H S L
Decimal 117 156 213 0.45 0.27 0 0.16 215.63 0.53 0.65
Hex 75 9C D5 2D 1B 0 10 D8 35 41
Octal 165 234 325 55 33 0 20 330 65 101
Binary 1110101 10011100 11010101 101101 11011 0 10000 11011000 110101 1000001

Color Harmonies of #759CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759CD5

Black with #759CD5

Text Example


Text Example

White with #759CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,156,213); }

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

background-color css

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

 a { background-color: rgb(117,156,213); }

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

border-color css

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

 span { border-color: rgb(117,156,213); }

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