Html Css Color HEX #759ADC Jordy Blue

📋 copy color: '#759ADC'

red 117 ◦ green 154 ◦ blue 220

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

Shades of Jordy Blue #759ADC

Tints of Jordy Blue #759ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.36%

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

R = 23.83%
G = 31.36%
B = 44.81%

CMYK

 C value IS 0.47

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#759ADC (or 0x759ADC) is known color: Jordy Blue. HEX triplet: 75, 9A and DC. RGB value is (117,154,220). Sum of RGB (Red+Green+Blue) = 117+154+220=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #759ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759ADC is #8A6523. Grayscale: #969696. Windows color (decimal): -9069860 or 14457461. OLE color: 14457461.

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

Color convert

RGB 117 154 220 -
CMYK 0.47 0.3 0 0.14
HSL 218.45º 0.6% 0.66% -
HSV(B) 218.45º 0.47% 0.86% -
XYZ 31.81 32.06 72.22 -
YUV 150.46 167.24 104.13 -
System Red Green Blue C M Y K H S L
Decimal 117 154 220 0.47 0.3 0 0.14 218.45 0.6 0.66
Hex 75 9A DC 2F 1E 0 E DA 3C 42
Octal 165 232 334 57 36 0 16 332 74 102
Binary 1110101 10011010 11011100 101111 11110 0 1110 11011010 111100 1000010

Color Harmonies of #759ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759ADC

Black with #759ADC

Text Example


Text Example

White with #759ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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