Html Css Color HEX #759BDC Jordy Blue

📋 copy color: '#759BDC'

red 117 ◦ green 155 ◦ blue 220

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

Shades of Jordy Blue #759BDC

Tints of Jordy Blue #759BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 23.78%
G = 31.5%
B = 44.72%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#759BDC (or 0x759BDC) is known color: Jordy Blue. HEX triplet: 75, 9B and DC. RGB value is (117,155,220). Sum of RGB (Red+Green+Blue) = 117+155+220=492 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.78% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #759BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BDC is #8A6423. Grayscale: #969696. Windows color (decimal): -9069604 or 14457717. OLE color: 14457717.

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

Color convert

RGB 117 155 220 -
CMYK 0.47 0.30 0 0.14
HSL 217.86º 0.6% 0.66% -
HSV(B) 217.86º 0.47% 0.86% -
XYZ 31.98 32.39 72.28 -
YUV 151.05 166.91 103.71 -
System Red Green Blue C M Y K H S L
Decimal 117 155 220 0.47 0.30 0 0.14 217.86 0.6 0.66
Hex 75 9B DC 2F 1E 0 E DA 3C 42
Octal 165 233 334 57 36 0 16 332 74 102
Binary 1110101 10011011 11011100 101111 11110 0 1110 11011010 111100 1000010

Color Harmonies of #759BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759BDC

Black with #759BDC

Text Example


Text Example

White with #759BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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