Html Css Color HEX #759EDC Jordy Blue

📋 copy color: '#759EDC'

red 117 ◦ green 158 ◦ blue 220

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

Shades of Jordy Blue #759EDC

Tints of Jordy Blue #759EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.92%

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

R = 23.64%
G = 31.92%
B = 44.44%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#759EDC (or 0x759EDC) is known color: Jordy Blue. HEX triplet: 75, 9E and DC. RGB value is (117,158,220). Sum of RGB (Red+Green+Blue) = 117+158+220=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #759EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759EDC is #8A6123. Grayscale: #989898. Windows color (decimal): -9068836 or 14458485. OLE color: 14458485.

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

Color convert

RGB 117 158 220 -
CMYK 0.47 0.28 0 0.14
HSL 216.12º 0.6% 0.66% -
HSV(B) 216.12º 0.47% 0.86% -
XYZ 32.48 33.4 72.45 -
YUV 152.81 165.92 102.46 -
System Red Green Blue C M Y K H S L
Decimal 117 158 220 0.47 0.28 0 0.14 216.12 0.6 0.66
Hex 75 9E DC 2F 1C 0 E D8 3C 42
Octal 165 236 334 57 34 0 16 330 74 102
Binary 1110101 10011110 11011100 101111 11100 0 1110 11011000 111100 1000010

Color Harmonies of #759EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759EDC

Black with #759EDC

Text Example


Text Example

White with #759EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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